repobeforecancel

19,298 Commits over 1,614 Days - 0.50cph!

11 Years Ago
- WorldManager refactor. - Zones now managed by WorldManager, zone loading storage added to GameManager. - Laying groundwork for Biome driven animal spawning. - Added some basic transitions to UI - Exposting AudioMixer params to UI for music control over game startup and management
11 Years Ago
Restoring Scripts/Editor/World stuf that plastic didn't like
11 Years Ago
- Fixed StartupUI timing issue. - Fixed NRE in ZoneBiome
11 Years Ago
AI work related to Attributes, States, Needs, Modifiers and Smart Objects.
11 Years Ago
- Removed GroupController prefabs, single prefab now used for spawning. Groups are spawned using GroupAsset data from Biome, spawned through ZoneEcology. - Renamed GroupController to Group, UnitController to Unit, Unit to UnitAI. - Removed old TOD Settings - Remved WorldEcology component - Moved Biome Seasonal transitions into ZoneSeasons - Added Fauna (UnitAsset) lists to Biome
11 Years Ago
refactor woops
11 Years Ago
UIScreen work, starting to setup support for subsreens and modal overlays.
11 Years Ago
Merged AI commit from main
11 Years Ago
Merged from core refactor
11 Years Ago
Beta 19. Updated TOD. Updated Water.
11 Years Ago
Prefab updates
11 Years Ago
- Tweaking TOD. - Main Menu UI updates - GUI asset cleanup
11 Years Ago
- TOD updated. - Made comment headers in all scripts consistent - A little scene work
11 Years Ago
- World init "callbacks" added to GameManager coroutines. - Player tribe spawning added, temporary hacky Player positioning in Player.initialize();
11 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
11 Years Ago
- Fixed some building prefab issues - Improved FreeCamera and PlayerCameraControls.CameraMode switching
11 Years Ago
Since Extensions is only used internally, I set it to protected.
11 Years Ago
Player now instantiates itself from Prefab, so that we don't have to pray that GameManager always does so first.
11 Years Ago
AudioManager AudioState
11 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.
11 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.
11 Years Ago
- Added support for Object context to our Debug.Log layer - Added convenient Error function, that automatically adds LogLevel.Error.
11 Years Ago
Moved GameManager int to Start, some AudioManager tweaks
11 Years Ago
Made a pass on replacing Debug.Log with Log and Error in our Manager classes.
11 Years Ago
- Renamed SceneHolder to Scene - Added Events manager skeleton - Nuked several redundant utility classes - Re-wrote PlayerCameraControls
11 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.
11 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.
11 Years Ago
- Camera fixes and settings tweaks - Added "Follow Selected Unit" button (bound to F)
11 Years Ago
Minor path edit to my savefile path.
11 Years Ago
- Added PlayerCameraEffects to control post FX associated with various camera functionality (e.g. following a Unit)
11 Years Ago
- Fixed some Unit prefab issues causing NavAgent errors - Added a check for Player.CameraControls.IsFollowing to Player.UnitControls mouse interaction stuff
11 Years Ago
Scene/biome tweaks which should fix loading hang on standalone/steam build
11 Years Ago
- Added check for Debug.IsDebugBuild to MonoBehaviourExt Logging methods - A little Group cleanup
11 Years Ago
EventManager is now ActivityManager with some additional groundwork laid for Activity types
11 Years Ago
Unity5 b20 shader update
11 Years Ago
Some radial menu work
11 Years Ago
Merged
11 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
11 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
11 Years Ago
Fixing CameraControls.IsFollowing check in PlayerUnitControls
11 Years Ago
Shader GUI fixes
11 Years Ago
Nuked all rock assets, reimporting from cleaned up sources.
11 Years Ago
Rock fixes, prefabs, tree tweaks.
11 Years Ago
Just scene and TOD tweaks
11 Years Ago
Removed BirdFlock third party, tweaked TOD settings
11 Years Ago
- Moved Unit Color Palette files into their respective Unit folders - Fixed PlayerUnitControls / Unit selection/hover issues - Tweaked Player a bit, now spawns in a sensible position and checks distance to ground before jumping to the player's tribe - Added RenderSettings.fogLevel to Biome.Season settings - Renamed IMouseInteractible to IMouseInteractable - Renamed "button_clicked" to "on_click" in IMouseInteractable - Tweak all UnitAsset scale variations - Some Unit cleanup - Renamed ActivityManager -> ActivityLogger - Tweaked SceneSaveHook to avoid Test scenes being dopped into Build Settings or game_scenes.txt
11 Years Ago
- Plastic is my friend.
11 Years Ago
Human Unit scale tweaks
11 Years Ago
Fixing dem rays
11 Years Ago
Replaced SceneAsset with AssetStorage (Rust backport) Rebuilt maps in island-0001