Sam Hocevar
016330c12b
ui: move a lot of files around.
Most input and GUI files are now in a common ui/ directory. The platform/
directory is no longer, as everythyng was moved to application/ or ui/.
hace 7 años
Sam Hocevar
cfd85fb3a7
input: remove some dead code and clarify some function names.
hace 7 años
Sam Hocevar
6dd7a0cb39
Another lowercase switching frenzy, because why not.
hace 7 años
Sam Hocevar
aca1660e1e
Disable debug messages by default and downgrade a few messages.
From now on, msg::debug will not display anything, unless this is a debug
build, or the LOL_DEBUG environment variable is set.
hace 8 años
Sam Hocevar
861568b146
misc: some cleanup in files, including UTF-8 BOM.
hace 10 años
Sam Hocevar
d64b117b8d
build: fix license and copyright information.
hace 11 años
Sam Hocevar
70edc0d38e
misc: carry on with the lowercase rampage.
Using “Array” instead of “array” is now fully deprecated, and I replaced
the Log::Debug() etc. functions with msg::debug() etc. because log:: was
unavailable due to being a maths function.
Added up-to-date copyright notice and BOM to modified files, just in case.
hace 11 años
Sam Hocevar
cd988786b9
build: reorganise includes so that we can use precompiled headers later.
hace 11 años
Sam Hocevar
fe665f85b4
base: strip core.h from its contents and put it in public/private headers.
hace 11 años
Lolbot
47b9f0abb0
fixed 69 files out of 2739:
- removed 10 CR characters
- removed 39 trailing whitespaces
- replaced 243 tabs with spaces
- fixed 60 svn:eol-style properties
hace 12 años
Sam Hocevar
92385ac1ee
android: more NativeActivity migration work.
hace 12 años
Sam Hocevar
0f3805be4c
android: various fixes, but the switch to NativeActivity isn't complete.
hace 12 años
Sam Hocevar
af2fdff577
android: ensure the asset manager is initialised (hint: it's not).
hace 12 años
Benjamin ‘Touky’ Huet
3281169274
Input : Fixed mouse speed calculation in sdl & android.
hace 12 años
Sam Hocevar
52d6c23d72
android: update Android input driver.
hace 12 años
Sam Hocevar
b65bde6b91
android: add a temporary hack for mouse emulation on Android devices.
hace 13 años
Sam Hocevar
d4372a6a1e
android: open files through the asset manager, meaning Lua works.
hace 13 años
Sam Hocevar
a6bcbd5e58
android: refactor the application code to use fewer free functions.
hace 13 años
Sam Hocevar
3af7e62b6a
android: switch to NativeActivity instead of rolling our own Java crap;
no known regressions yet.
hace 13 años
Sam Hocevar
ff7904d96c
build: big Android build system refactor; we now attempt to build
an apk for each project.
hace 13 años
Sam Hocevar
39a8c26fb5
base: start removing occurrences of NULL on our long journey to nullptr.
hace 13 años
Sam Hocevar
b25222af18
base: implement UNUSED() macro and put it here and there.
hace 13 años
Sam Hocevar
f44e3e323b
core: you can now while(app.MustTick()) { Tick(); } instead of app.Run().
hace 13 años
Sam Hocevar
d6634da83f
build: fix the WTFPL site URL in all code comments.
hace 13 años
Sam Hocevar
10010d77e4
android: use the FPS value provided by the application; we now run at
60 fps on Android devices, too.
hace 13 años
Sam Hocevar
439298ee5e
misc: very minor tweaks here and there.
hace 13 años
Sam Hocevar
854409cb6f
android: fix a synchronisation issue between Java and the game thread.
hace 13 años
Sam Hocevar
44180ce402
build: switch the Android native build rules to autoconf; still a bit rough
but we can now create shared objects for each project; only the testsuite
is not building properly because of issues with STLport, and EglApp is
deactivated because AndroidApp should have precedence.
hace 13 años
Sam Hocevar
5014b90b3e
build: compilation fixes for errors introduced in the recent Direct3D
and Android changes.
hace 14 años
Sam Hocevar
15c4e8016a
android: slightly update Android project for newer SDK versions.
hace 14 años
Sam Hocevar
0161879a84
core: try to merge Ticker and Emcee. Still not very good.
hace 14 años
Sam Hocevar
1d9507baae
core: remove spurious dependency between androidapp.cpp and monsterz.
hace 14 años
Sam Hocevar
b111f7e3d8
core: move platform-specific code to specific directories.
hace 14 años
Sam Hocevar
6b1985d95f
android: keep a pointer on the global Java VM instead of the current
environment, so back-to-jvm techniques can work from any thread.
hace 14 años
Sam Hocevar
6bbe943492
core: rename vec2i to ivec2 etc. to better match GLSL.
hace 14 años
Sam Hocevar
ed3d51f00c
android: implement JNI_OnLoad and use Log::Info instead of the native
Android functions.
hace 14 años
Sam Hocevar
d7ca14a836
android: compilation fixes for recent engine changes.
hace 15 años
Sam Hocevar
951ac2bb0b
android: use GLES2 instead of GLES.
hace 15 años
Sam Hocevar
e43d7b07e0
android: JNI hooks for single touch input.
hace 15 años
Sam Hocevar
8451531042
android: move the PNG loading test into the Image class. It now works.
hace 15 años
Sam Hocevar
aec4ae3ccc
android: Add a method for PNG loading. Highly hackish for now.
hace 15 años
Sam Hocevar
c29f6a1fe8
android: Use thiz instead of that in JNI code.
hace 15 años
Sam Hocevar
8ebf55fca8
No longer use DebugQuad() in the AndroidApp, we now know it works.
hace 15 años
Sam Hocevar
48ca9eaf9e
Add AndroidAdd to the VCS. Far from being usable for now.
hace 15 años