openmw-tes3coop/apps/openmw-mp/processors
David Cernat 28f1c1b0d3 [General] Rework CharGen slightly for clarity purposes
Previously, charGenStage.end was doing double duty as both the variable indicating the number of CharGen stages and – when set to 0 – the variable indicating that CharGen was over. The latter role is now filled by a new boolean.

(cherry picked from commit 926106cf8c)
2018-04-19 13:25:29 +03:00
..
actor [General] Add placeholders for new packet types 2018-01-29 22:32:51 +02:00
player [General] Rework CharGen slightly for clarity purposes 2018-04-19 13:25:29 +03:00
world [Server] Remove remnant of hardcoded container sync 2018-04-03 01:35:07 +03:00
ActorProcessor.cpp [Server] Move Base processors and Initializer to processors subdirectory 2017-07-04 01:13:10 +08:00
ActorProcessor.hpp [Server] Move Base processors and Initializer to processors subdirectory 2017-07-04 01:13:10 +08:00
PlayerProcessor.cpp [Server] Move Base processors and Initializer to processors subdirectory 2017-07-04 01:13:10 +08:00
PlayerProcessor.hpp [Server] Move Base processors and Initializer to processors subdirectory 2017-07-04 01:13:10 +08:00
ProcessorInitializer.cpp [Server] Initialize new processors and fix issues with RecordDynamic 2018-01-30 22:51:35 +02:00
ProcessorInitializer.hpp [Server] Move Base processors and Initializer to processors subdirectory 2017-07-04 01:13:10 +08:00
WorldProcessor.cpp [Server] Move Base processors and Initializer to processors subdirectory 2017-07-04 01:13:10 +08:00
WorldProcessor.hpp [Server] Move Base processors and Initializer to processors subdirectory 2017-07-04 01:13:10 +08:00