branchbefore/maincancel

17,530 Commits over 1,614 Days - 0.45cph!

10 Years Ago
- UI Screen tweaks - Trees now on their own Layer (helps with camera raycasts) - Nuked Amplify LUTs (to re-done) - Renamed PlayerCameraControls to PlayerCamera and refactored input a bit, improved edge scrolling timeout used after grab move and mouse orbit
10 Years Ago
- Improving UIManager/UIScreen transitions via an animated transition overlay (GUI/Overlay in startup_scene.unity) - Added base UIWidget class, made RadialMenuWidget derive from it - Subscreen and Widget exection forwarded through UIScreen
10 Years Ago
Merged
10 Years Ago
Some radial menu work
10 Years Ago
Unity5 b20 shader update
10 Years Ago
EventManager is now ActivityManager with some additional groundwork laid for Activity types
10 Years Ago
- Added check for Debug.IsDebugBuild to MonoBehaviourExt Logging methods - A little Group cleanup
10 Years Ago
Scene/biome tweaks which should fix loading hang on standalone/steam build
10 Years Ago
- Fixed some Unit prefab issues causing NavAgent errors - Added a check for Player.CameraControls.IsFollowing to Player.UnitControls mouse interaction stuff
10 Years Ago
- Added PlayerCameraEffects to control post FX associated with various camera functionality (e.g. following a Unit)
10 Years Ago
Minor path edit to my savefile path.
10 Years Ago
- Camera fixes and settings tweaks - Added "Follow Selected Unit" button (bound to F)
10 Years Ago
- Added back in Behave's r622 CoreOnly dll of protobuf-net. - Disabled the r622 Full/unity dll of protobuf-net. - Rewrote the ProtoLoader to get disabled when using the CoreOnly dll of protobuf-net. - Game now works again.
10 Years Ago
- Updated Behave to 2.5 - Upgraded Protobuf-net to full unity 622 (with Behave support) - Misc Log touchups throughout codebase - Implemented GameSaveData external project that generates a protobuf dll for Plugins/Before/ - Implemented GameDataSerializer, for AOT support, the generated dll also copied into Plugins/Before/ - Wrote a save/load test when GameManager awakes.
10 Years Ago
- Renamed SceneHolder to Scene - Added Events manager skeleton - Nuked several redundant utility classes - Re-wrote PlayerCameraControls
10 Years Ago
Made a pass on replacing Debug.Log with Log and Error in our Manager classes.
10 Years Ago
Moved GameManager int to Start, some AudioManager tweaks
10 Years Ago
- Added support for Object context to our Debug.Log layer - Added convenient Error function, that automatically adds LogLevel.Error.
10 Years Ago
- Some small restructuring of startup_scene - More robustness to MonoBehaviourExt - More robustness to Manager - Misc updates to classes inheriting Manager - Small touchups to Audio Manager.
10 Years Ago
- Added MonoBehaviourExt for better logging and error handling - Added ErrorMessageBox, laying the groundwork for displaying error messages through convenient methods. - Touched up on Manager, GameManager and Player classes a bit.
10 Years Ago
AudioManager AudioState
10 Years Ago
Player now instantiates itself from Prefab, so that we don't have to pray that GameManager always does so first.
10 Years Ago
Since Extensions is only used internally, I set it to protected.
10 Years Ago
- Fixed some building prefab issues - Improved FreeCamera and PlayerCameraControls.CameraMode switching
10 Years Ago
- AudoManager groundwork for randomised music. - Cleaning up AudioMixers, adding groups and snapshots for transitions using GameManager.GameState - Added some in-game music files - Cleanup of PlayerTimeControls for TimeScale minipulation
10 Years Ago
- World init "callbacks" added to GameManager coroutines. - Player tribe spawning added, temporary hacky Player positioning in Player.initialize();
10 Years Ago
- TOD updated. - Made comment headers in all scripts consistent - A little scene work
10 Years Ago
- Tweaking TOD. - Main Menu UI updates - GUI asset cleanup
10 Years Ago
Prefab updates
10 Years Ago
Beta 19. Updated TOD. Updated Water.
10 Years Ago
Merged from core refactor
10 Years Ago
AI work related to Attributes, States, Needs, Modifiers and Smart Objects.
10 Years Ago
Beta 18. Some asset cleanup TOD settings cleanup
10 Years Ago
10 Years Ago
10 Years Ago
TOD updated Added Biome assignment to scene wizard
10 Years Ago
Fixed up the HumanUnitView's RandomiseOptions to ensure we never pick an index out of bounds, and that ensures all options are disabled before we enable random options.
10 Years Ago
TOD Prefab updates
10 Years Ago
- Added SceneCreationWizard (via Tools > Create Island Wizard). Streamlines the creation of new game scenes and management of the game scenes list. - Hacked up RuntimeScenesInBuild to load scene list from txt file. - SaveSceneHook now updates scene list txt file - Removed some missing components on unit/group prefabs - Removed some unused TP assets and scripts
10 Years Ago
missed a bit
10 Years Ago
New island testing
10 Years Ago
Updated TOD and Water Updated template_scene
10 Years Ago
Updated TOD. Removed various old utility scripts and third party assets.
10 Years Ago
Nuked all game island scenes. Moved scenes into new folder setup.
10 Years Ago
Actually the last scene commit.
10 Years Ago
Last load of scene stuff before the purge
10 Years Ago
Shader-level workaround for 'crazy polygons' caused by serialized meshes (vpaint)
10 Years Ago
Scene things
10 Years Ago
Lightning prefab.
10 Years Ago
Lightning effects.