Commit graph

5508 commits

Author SHA1 Message Date
UnknownShadow200
e537cc6c09 Android: Add many comments to MainActivity.java 2021-02-23 21:37:15 +11:00
UnknownShadow200
de71be97bd Android: Use device UUID for key so passwords are remembered 2021-02-22 21:56:46 +11:00
UnknownShadow200
8a3216cb99 less warnings compiling android build 2021-02-20 08:46:36 +11:00
UnknownShadow200
ede1eb651e
Merge pull request #797 from RetroSoftwareRepository/patch-2
Update readme.md, properly.
2021-02-16 18:15:40 +11:00
Alex McKeever
83507f8918
Update readme.md
Re added Windows Specific section and tweaked the section on OpenGL 1.1 to more directly refer to Linux and Unix based systems.
2021-02-14 15:57:48 -05:00
UnknownShadow200
5f446770e5 Fix crash handling code crashing 2021-02-14 15:07:59 +11:00
UnknownShadow200
aa59c205ac Fix buildbot script for rpi 2021-02-14 10:49:20 +11:00
UnknownShadow200
9f5cdf5ff6 Fix newlines in .sh files 2021-02-13 19:37:37 +11:00
UnknownShadow200
a9086e3dea Android: Partially fix case where a particular device would get stuck punching blocks 2021-02-13 13:09:29 +11:00
UnknownShadow200
a7647a1ba1 Android: Fix if you hold finger to start deleting blocks, then switch to another app, then release finger in that app, then return to the game, you are stuck deleting blocks 2021-02-13 10:24:06 +11:00
Alex McKeever
fdb23b0044
Update readme.md
Added extra bits to point the user to the the right instructions for compiling the game under `Stuck on OpenGL 1.1?`.
2021-02-12 10:45:54 -05:00
UnknownShadow200
b56f3ca9bb Direct3D9: Don't crash if no video memory when initially trying to create device 2021-02-12 21:01:17 +11:00
Alex McKeever
3c36c4a3cd
Update readme.md
Replaced Windows specific section with section detailing what to do to compile ClassiCube to work on integrated GPUs that only support OpenGL 1.1, and where specifically to place the flag in order to compile it successfully.
2021-02-11 21:39:33 -05:00
UnknownShadow200
84da477ecd Mac: Simplify use of kCGBitmapByteOrder 2021-02-09 23:51:01 +11:00
UnknownShadow200
080032b922 Mac: Fix window redrawing having artifacts and mouse movement not being registered when using coca backend with macOS tiger 2021-02-08 21:02:40 +11:00
UnknownShadow200
6131a3f8cf Mac: Fix 64 bit client gradually leaking memory overtime 2021-02-08 20:28:46 +11:00
UnknownShadow200
11d21a711a Mac: Fix cocoa backend not compiling on 32 bit 2021-02-08 07:52:33 +11:00
UnknownShadow200
1f1b9f983d Mobile: Fix clicking onscreen delete button still placing a block (Thanks kaikai) 2021-02-07 23:27:38 +11:00
UnknownShadow200
05ab96a615 whoops 2021-02-07 16:09:50 +11:00
UnknownShadow200
6276d7d0e2 Mac: Fix encrypting/decrypting always erroring 2021-02-07 16:03:10 +11:00
UnknownShadow200
db380b53db try to fix cocoa build not compiling against 10.5 SDK 2021-02-07 14:15:51 +11:00
UnknownShadow200
3c25686757 Improve buildbot script, integrate android buildbot into it 2021-02-07 14:05:57 +11:00
UnknownShadow200
b0f41513fa
Merge pull request #790 from UnknownShadow200/ObjectiveCocoa
Port cocoa backend to Objective C.
2021-02-07 13:19:14 +11:00
UnknownShadow200
9a5447579d Fix solaris and use session caching on all platforms
Since now Platform_Decrypt/Encrypt will just fail instead of falling back to XOR
2021-02-07 01:06:05 +11:00
UnknownShadow200
1d79143011 Implement machine uuid for BSDs using sysctl 2021-02-06 23:25:36 +11:00
UnknownShadow200
6eee7a735f For security, just fail instead of falling back to using key of 0 or XOR obfuscating data 2021-02-06 19:14:08 +11:00
UnknownShadow200
e31adc09e3 Fix not compiling with macOS SDK < 10.5 2021-02-06 18:32:49 +11:00
UnknownShadow200
f6b9fa63a4 Fix crashing on macOS tiger 2021-02-06 09:05:48 +11:00
UnknownShadow200
08232da712 Merge changes 2021-02-05 07:15:14 +11:00
UnknownShadow200
58380529f9 Add Input_SetTouchMode 2021-02-01 18:36:10 +11:00
UnknownShadow200
9b1690ae58 Don't crash immediately if glXQueryVersion fails (Thanks aleksb385) 2021-01-31 21:19:38 +11:00
UnknownShadow200
5b82fbb124 Webclient: Fix copy/paste not working on IE11 because of last two commits 2021-01-31 21:03:54 +11:00
UnknownShadow200
79a7c24aee Webclient: Fix can't copy/paste on Safari macOS 2021-01-31 19:28:37 +11:00
UnknownShadow200
083652ebf4 Simplify clipboard API 2021-01-31 18:57:35 +11:00
UnknownShadow200
4b398eb546 avoid 64 bit division in Updater_GetBuildTime on android 2021-01-30 23:42:55 +11:00
UnknownShadow200
33c1e4e791 Android: Use device theme for dialogs, also fixes not working on old android 2021-01-30 13:49:51 +11:00
UnknownShadow200
ebc4d9f753 Fix http requests always failing on old android 2021-01-30 12:53:36 +11:00
UnknownShadow200
5700988e49 Partially works on Android 2.3 now too 2021-01-30 10:20:23 +11:00
UnknownShadow200
198932aa93 Get it partially working on Android 3.0 2021-01-30 08:57:41 +11:00
UnknownShadow200
980f98a06a Switch to loading OpenSLES dynamically 2021-01-29 23:04:41 +11:00
UnknownShadow200
0725c5122c Show message box if System.loadLibrary fails, drop minSdk version to 8 so I don't have to remember to keep readding that in 2021-01-29 20:46:16 +11:00
UnknownShadow200
1869964be4 Opensource build server script, add android to build server script, improve notify script a bit 2021-01-28 22:06:35 +11:00
UnknownShadow200
9a2b624874 Fix dying with SIGFPE on older versions when using .apk compiled by buildbot 2021-01-26 13:51:52 +11:00
UnknownShadow200
75afb8c6e5 Fix apk compiled by buildbot not installing on older android devices 2021-01-26 10:48:20 +11:00
UnknownShadow200
1d232c609c Fix last commit 2021-01-26 09:17:13 +11:00
UnknownShadow200
a8555a0e0c Webclient: Try fix backspace not working on ios safari (Thanks aleksb385) 2021-01-26 08:37:51 +11:00
UnknownShadow200
12e675f754 Add buildbot script for android (still got a few things to fix though) 2021-01-25 23:42:31 +11:00
UnknownShadow200
c59202a8d4 Make it compile on android again 2021-01-25 07:21:42 +11:00
UnknownShadow200
5cf5c26458 Don't crash launcher if login service server returns incorrect JSON for servers list 2021-01-24 11:06:34 +11:00
UnknownShadow200
bec56df691 Release 1.2.4 2021-01-24 08:38:21 +11:00