7 Commits (d373081b80aed6eec9ce945a665d6c35b9e506fe)

Autor SHA1 Mensaje Fecha
  Sam Hocevar d373081b80 build: use #pragma once instead of header guards because 1) fuck the dinosaurs, hace 10 años
  Sam Hocevar 3af7e62b6a android: switch to NativeActivity instead of rolling our own Java crap; hace 12 años
  Sam Hocevar f44e3e323b core: you can now while(app.MustTick()) { Tick(); } instead of app.Run(). hace 12 años
  Sam Hocevar d6634da83f build: fix the WTFPL site URL in all code comments. hace 12 años
  Sam Hocevar 10010d77e4 android: use the FPS value provided by the application; we now run at hace 12 años
  Sam Hocevar 44180ce402 build: switch the Android native build rules to autoconf; still a bit rough hace 12 años
  Sam Hocevar 15c4e8016a android: slightly update Android project for newer SDK versions. hace 13 años
  Sam Hocevar 0a52e68f6f math: rename matrix.h to vector.h and simplify some stuff, especially in hace 13 años
  Sam Hocevar 48bf48a4e4 math: move the Remez algorithm implementation to the core. hace 13 años
  Sam Hocevar 8ec5fff6df core: implement Application::ShowPointer() so that applications can choose hace 13 años
  Sam Hocevar b111f7e3d8 core: move platform-specific code to specific directories. hace 13 años
  Sam Hocevar 6bbe943492 core: rename vec2i to ivec2 etc. to better match GLSL. hace 13 años
  Sam Hocevar 22b7a41c2e core: fix include guard naming scheme. hace 14 años
  Sam Hocevar 8848cf53db Put everything in the "lol" namespace. Better late than never. hace 14 años
  Sam Hocevar e41dd3a949 Create the SdlApp class to avoid code duplication. Ensure USE_SDL is hace 14 años
  Sam Hocevar 0ed566d3cc Complete Lol Engine / Deus Hax / Monsterz split. hace 14 años
  Sam Hocevar 50e4f67254 Get the timer to talk milliseconds instead of seconds. hace 14 años
  Sam Hocevar 0d78ca44ca Implement Timer::PollSeconds(), if necessary. hace 14 años
  Sam Hocevar 8bfb98c160 Implement a better timing mechanism for fixed framerate. Accuracy is hace 14 años