19 Commits (2c6a0d102989fe62bcfe3630da994df410e7a371)

Autor SHA1 Mensaje Fecha
  Sam Hocevar f9cef654c5 zepto8: add a Visual Studio project. hace 8 años
  Benjamin ‘Touky’ Huet cfcff9acc3 MultiScene: Phase 1: g_scene removal and conversion to Scene:: hace 9 años
  Sam Hocevar cd988786b9 build: reorganise includes so that we can use precompiled headers later. hace 10 años
  Sam Hocevar ad9a388e80 misc: remove 100% of the "using namespace std;" madness. hace 10 años
  Sam Hocevar 12aaff89e3 base: huge refactor in vector.h; GCC compilation times down by 50%. hace 10 años
  Sam Hocevar fe665f85b4 base: strip core.h from its contents and put it in public/private headers. hace 10 años
  Lolbot d375c7ba61 fixed 4 files out of 2770: hace 11 años
  Benlitz 8a657ea287 input: Removed previous input system hace 11 años
  Sam Hocevar 7159ef1dea debug: fix a crash in the DebugFps constructor. hace 11 años
  Sam Hocevar 39a8c26fb5 base: start removing occurrences of NULL on our long journey to nullptr. hace 12 años
  Sam Hocevar 7e8edd7c3e sys: add the base source directory to the list of search directories hace 12 años
  Benjamin ‘Touky’ Huet c7219ff1dd New year copyright update. hace 12 años
  Sam Hocevar d6634da83f build: fix the WTFPL site URL in all code comments. hace 12 años
  Sam Hocevar 951c93ab84 data: fix ascii.png search path. hace 12 años
  Sam Hocevar 3389ed69a2 build: move all games to a "games" subdirectory to clean up the root hace 12 años
  Sam Hocevar 90bfc79b22 core: tick methods now use seconds, like any sane system. hace 12 años
  Sam Hocevar fbaf32f1b9 core: make timers second-based rather than millisecond-based. hace 12 años
  Sam Hocevar 2b9d64f7a8 core: more vec?i -> ?veci renames. hace 13 años
  Sam Hocevar 660962e894 build: put debug stuff and shader stuff in subdirectories. hace 13 años
  Sam Hocevar 3d4af0869a ps3: start a minimal PS3 port using PSGL, but not CG yet. hace 14 años
  Sam Hocevar 8848cf53db Put everything in the "lol" namespace. Better late than never. hace 14 años
  Sam Hocevar 6405ef32ea Get rid of float3, float4, int3 etc. in favour of GLSL types. hace 14 años
  Sam Hocevar ca16123ccb Ensure the DebugFps object is rendered in front of everything else. hace 14 años
  Sam Hocevar 5eb598905a The most recent interface layout. hace 14 años
  Sam Hocevar f76b95f200 Rename Float3 to float3, Int3 to int3 etc. and add the 4-member versions. hace 14 años
  Sam Hocevar c43194554f Add a Text object for OSD and possibly other effects. hace 14 años
  Sam Hocevar f84b659c62 Slightly change the ...Data initialisation in classes. hace 14 años
  Sam Hocevar 921aab2993 Spawn several pieces in Monsterz now that we can. hace 14 años
  Sam Hocevar 0ed566d3cc Complete Lol Engine / Deus Hax / Monsterz split. hace 14 años
  Sam Hocevar 54a05e0c2c Allow for different priorities in game and draw tick levels. hace 14 años
  Sam Hocevar c1851f2c2b Store the frame number in the Ticker instead of duplicating the information hace 14 años
  Sam Hocevar 57a0cb5102 Refactor stuff. hace 14 años
  Sam Hocevar 3bb8c8aa2f Factor Forge and Tiler using the new Dict class. hace 14 años
  Sam Hocevar 988f7c2885 Replace mouse scrolling with a joystick simulated by the e/s/d/f keys. hace 14 años
  Sam Hocevar 50e4f67254 Get the timer to talk milliseconds instead of seconds. hace 14 años
  Sam Hocevar 4d63ad6ada Rename "asset" to "entity". It's way cooler. hace 14 años
  Sam Hocevar 14e45d0fd4 Try to detect assets not calling their super tick methods. Already spotted hace 14 años
  Sam Hocevar 79822b6c89 Improve the text appearance using an outline. hace 14 años
  Sam Hocevar e2596fa9fd Implement the profiling system. hace 14 años
  Sam Hocevar 8bfb98c160 Implement a better timing mechanism for fixed framerate. Accuracy is hace 14 años
  Sam Hocevar 932b60a123 Proper delta time computation in both the game and the editor. hace 14 años
  Sam Hocevar 7d382e549d The frame counter is now an asset object. hace 14 años