16 Commits (f7a1223d9810cf15c2d5075aa0b49c175c2d0e88)

Author SHA1 Message Date
Shariq Shah f7a1223d98 Added Editor settings window and added grid configuration to editor settings 6 years ago
Shariq Shah 76509ec018 Added Grid to editor 6 years ago
Shariq Shah cba6a7e24a Changed potentially buggy usage of bools being implicitly converted to int* when used with nuklear 6 years ago
Shariq Shah 1d86626840 Changed how config files or cvars are used in the code 6 years ago
Shariq Shah 124b02e566 Changed top bar in editor and removed several editor related bugs. Learnt lesson about dangers of interchangeably using bool from stdbool and int in C 6 years ago
Shariq Shah e3e471e8bf Fixed bug with incorrect editor toggling and checking 6 years ago
Shariq Shah 330ec6c3fa Implemented checking if mouse cursor is hovering window before ray casting and moved out gui state to game state 6 years ago
Shariq Shah e45c143f52 Implemented deselecting entity in editor 6 years ago
Shariq Shah 66b72cca73 Implemented showing selected entity in editor with a specific colour 6 years ago
Shariq Shah c0e6e0bde2 Fixed mouse button press/release behaviour by using event callbacks for editor mouse picking 7 years ago
Shariq Shah 23fae829fb Migrated remaining event usage from platform to event subsystem. 7 years ago
Shariq Shah 4a7010d1c8 Began implementing event manager. 7 years ago
Shariq Shah a79189b18e Removed game/library split, the game now compiles as one executable only. 7 years ago
Shariq Shah eae1436cbb Added .gitgnore and Updated todo.txt 7 years ago
Shariq Shah 6980186a4b - Fixed console bug when toggled in editor mode and restored previous functionality 7 years ago
Shariq Shah 370b58e978 - Removed unused old build system files 7 years ago