1 Revīzijas (016330c12bcb887e5105f59d68bc010ebf84cee5)

Autors SHA1 Ziņojums Datums
  Sam Hocevar 016330c12b ui: move a lot of files around. pirms 7 gadiem
  Sam Hocevar cfd85fb3a7 input: remove some dead code and clarify some function names. pirms 7 gadiem
  Sam Hocevar 6dd7a0cb39 Another lowercase switching frenzy, because why not. pirms 7 gadiem
  Sam Hocevar aca1660e1e Disable debug messages by default and downgrade a few messages. pirms 8 gadiem
  Sam Hocevar 861568b146 misc: some cleanup in files, including UTF-8 BOM. pirms 10 gadiem
  Sam Hocevar d64b117b8d build: fix license and copyright information. pirms 11 gadiem
  Sam Hocevar 70edc0d38e misc: carry on with the lowercase rampage. pirms 11 gadiem
  Sam Hocevar cd988786b9 build: reorganise includes so that we can use precompiled headers later. pirms 11 gadiem
  Sam Hocevar fe665f85b4 base: strip core.h from its contents and put it in public/private headers. pirms 11 gadiem
  Lolbot 47b9f0abb0 fixed 69 files out of 2739: pirms 12 gadiem
  Sam Hocevar 92385ac1ee android: more NativeActivity migration work. pirms 12 gadiem
  Sam Hocevar 0f3805be4c android: various fixes, but the switch to NativeActivity isn't complete. pirms 12 gadiem
  Sam Hocevar af2fdff577 android: ensure the asset manager is initialised (hint: it's not). pirms 12 gadiem
  Benjamin ‘Touky’ Huet 3281169274 Input : Fixed mouse speed calculation in sdl & android. pirms 12 gadiem
  Sam Hocevar 52d6c23d72 android: update Android input driver. pirms 12 gadiem
  Sam Hocevar b65bde6b91 android: add a temporary hack for mouse emulation on Android devices. pirms 13 gadiem
  Sam Hocevar d4372a6a1e android: open files through the asset manager, meaning Lua works. pirms 13 gadiem
  Sam Hocevar a6bcbd5e58 android: refactor the application code to use fewer free functions. pirms 13 gadiem
  Sam Hocevar 3af7e62b6a android: switch to NativeActivity instead of rolling our own Java crap; pirms 13 gadiem
  Sam Hocevar ff7904d96c build: big Android build system refactor; we now attempt to build pirms 13 gadiem
  Sam Hocevar 39a8c26fb5 base: start removing occurrences of NULL on our long journey to nullptr. pirms 13 gadiem
  Sam Hocevar b25222af18 base: implement UNUSED() macro and put it here and there. pirms 13 gadiem
  Sam Hocevar f44e3e323b core: you can now while(app.MustTick()) { Tick(); } instead of app.Run(). pirms 13 gadiem
  Sam Hocevar d6634da83f build: fix the WTFPL site URL in all code comments. pirms 13 gadiem
  Sam Hocevar 10010d77e4 android: use the FPS value provided by the application; we now run at pirms 13 gadiem
  Sam Hocevar 439298ee5e misc: very minor tweaks here and there. pirms 13 gadiem
  Sam Hocevar 854409cb6f android: fix a synchronisation issue between Java and the game thread. pirms 13 gadiem
  Sam Hocevar 44180ce402 build: switch the Android native build rules to autoconf; still a bit rough pirms 13 gadiem
  Sam Hocevar 5014b90b3e build: compilation fixes for errors introduced in the recent Direct3D pirms 14 gadiem
  Sam Hocevar 15c4e8016a android: slightly update Android project for newer SDK versions. pirms 14 gadiem
  Sam Hocevar 0161879a84 core: try to merge Ticker and Emcee. Still not very good. pirms 14 gadiem
  Sam Hocevar 1d9507baae core: remove spurious dependency between androidapp.cpp and monsterz. pirms 14 gadiem
  Sam Hocevar b111f7e3d8 core: move platform-specific code to specific directories. pirms 14 gadiem
  Sam Hocevar 6b1985d95f android: keep a pointer on the global Java VM instead of the current pirms 14 gadiem
  Sam Hocevar 6bbe943492 core: rename vec2i to ivec2 etc. to better match GLSL. pirms 14 gadiem
  Sam Hocevar ed3d51f00c android: implement JNI_OnLoad and use Log::Info instead of the native pirms 14 gadiem
  Sam Hocevar d7ca14a836 android: compilation fixes for recent engine changes. pirms 15 gadiem
  Sam Hocevar 951ac2bb0b android: use GLES2 instead of GLES. pirms 15 gadiem
  Sam Hocevar e43d7b07e0 android: JNI hooks for single touch input. pirms 15 gadiem
  Sam Hocevar 8451531042 android: move the PNG loading test into the Image class. It now works. pirms 15 gadiem
  Sam Hocevar aec4ae3ccc android: Add a method for PNG loading. Highly hackish for now. pirms 15 gadiem
  Sam Hocevar c29f6a1fe8 android: Use thiz instead of that in JNI code. pirms 15 gadiem
  Sam Hocevar 8ebf55fca8 No longer use DebugQuad() in the AndroidApp, we now know it works. pirms 15 gadiem
  Sam Hocevar 48ca9eaf9e Add AndroidAdd to the VCS. Far from being usable for now. pirms 15 gadiem