userAdam Wcancel

11,585 Commits over 3,622 Days - 0.13cph!

8 Years Ago
entity init / protobuf wip (squad editor broken)
8 Years Ago
renames
8 Years Ago
reworked UnitManager into EntityManager, updated all refs
8 Years Ago
Game, board, teams, tiles and units all now have a new Entity base class which has the id and tags
8 Years Ago
thinking
8 Years Ago
more wip
8 Years Ago
trying out some command black recursive shit
8 Years Ago
fixed issue with host gameinstance next free unit ID being wrong reworked unit manager init
8 Years Ago
wip
8 Years Ago
wip
8 Years Ago
branching for CommandBlock implementation cus I'm probably gonna fuck something
8 Years Ago
CommandBlock protobuf definition WIP CommandBlock code implementation
8 Years Ago
undeleted shooter projectile effect prefab
8 Years Ago
Control match def
8 Years Ago
reworked turn processing into seperate start/end turn functions. StartOfTurn match actions now get triggered. Removed tile fall from control game definition.
8 Years Ago
fixes for tilefall / cmdkillunit
8 Years Ago
Tool to find and list any multiple references to audio clips
8 Years Ago
CmdKillUnit stuff
8 Years Ago
Removed tilefall stuff from Defines and it all works on tags/matchactions now
8 Years Ago
more MatchAction and game settings stuff
8 Years Ago
more
8 Years Ago
moved the tile fall code outta the GameHost stuff, started making it into a MatchAction and cmd
8 Years Ago
MatchActions are now created and added to game instances on the fly from scriptable objects, based on match settings
8 Years Ago
moved round time from Defines class to match definition SO
8 Years Ago
editor stuff
8 Years Ago
massive merge
8 Years Ago
re-enabled GlobalUI again so it doesn't break shit
8 Years Ago
Max CP is now set by the match def file and handled as part of the GameInfo class
8 Years Ago
wip match action setup
8 Years Ago
can now set an exclusive logger to easily output just that logger without having to enable/disable the individual loggers
8 Years Ago
match victory conditions are now set from match definitions added a .Adam logger
8 Years Ago
Loggers can now specify a prefix
8 Years Ago
changed all Debug.Log to Log.General
8 Years Ago
Logger class. Added logger instances to Log for server/client/general. Use Log.Server("blah") etc
8 Years Ago
Log stuff
8 Years Ago
control map tweak bit more cleanup
8 Years Ago
renamed GameInstanceViewer to GIViewer
8 Years Ago
more
8 Years Ago
more
8 Years Ago
next free unit ID is now handled by the UnitManager not gameinstance
8 Years Ago
Renamed protobufs, filenames and all references to Formation* to Squad*
8 Years Ago
more deshitting
8 Years Ago
HostInit() now completely removed from GameInstance Control mode test map changes: layout, tileset, default formation
8 Years Ago
fdsf
8 Years Ago
more cleanup
8 Years Ago
Deleted the "Old" prefabs folder from Troubleshooter as it's not needed and was making 280 warnings every build
8 Years Ago
making GameInstance not server/client specific, moving host shit out to the GameHost shit
8 Years Ago
Round timer reduced to 60 from 90 seconds
8 Years Ago
added docs folder with some thinking about stuff...
8 Years Ago
fix