120 Commits (b12b480c3d8f3d0ef89e43ef98226ac01c858b09)

Author SHA1 Message Date
Shariq Shah df19ee5e70 Added status bar 6 years ago
Shariq Shah 817340c9bf Implement horizontal translation, axis cycling, better ways to deselect objects and keybindings for grid scale selction in editor 6 years ago
Shariq Shah 9d120e6428 Moved Plane and its initialization into linmath 6 years ago
Shariq Shah da1bf26b41 Implemented first version of translate tool for editor that translated selected object in the xz axis by default and added manual breakpoint trigger option on gl error 6 years ago
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