Commit Graph

27 Commits

Author SHA1 Message Date
UnknownShadow200 3ea64a61d0 Generate a 64 bit mac icon file and fixup Window.m
64 mac build doesn't show icon quite yet, still WIP
2020-06-11 23:38:33 +10:00
UnknownShadow200 bbfcfba18a Tidy up readme somewhat 2020-06-08 21:14:49 +10:00
UnknownShadow200 d89d3045c0 Add an icon to 32 bit mac build 2020-05-29 23:40:27 +10:00
UnknownShadow200 918b86dc18 Fix OpenBSD build and update various build files to remove -lcurl 2020-05-26 22:06:03 +10:00
UnknownShadow200 89541ef72b Remove -lopenal from compilation flags 2020-05-19 21:01:09 +10:00
UnknownShadow200 b9a0729694 Init XInput2 and register for RawMotion event.
Still working on actually using the event though
2020-04-22 16:10:02 +10:00
UnknownShadow200 977fd97dbc For web client, don't crash game if can't allocate more memory from browser (usually because exceeding 2GB) 2020-03-12 15:04:24 +11:00
UnknownShadow200 d87378a36c Add -Qn flag to buildbot so 'GCC version' isn't included in output executable.
Because of the ancient mingw version the buildbot uses, string constant merging doesn't work. As such for the windows executable, this string appeared 81 times and added 1-2 kb to executable.
2020-03-10 21:00:30 +11:00
UnknownShadow200 e15aa886e0 Fix some plugins not building for windows, also build plugins for raspberry pi 2020-03-08 13:04:11 +11:00
UnknownShadow200 c8bc76dcbe Don't include Options.h in Game.h 2020-02-17 17:00:58 +11:00
UnknownShadow200 75c2e21c69 make fields lowercase for structs in Audio.c 2020-02-17 16:46:23 +11:00
UnknownShadow200 255770ee69 Fix rpi build in buildbot again, this time for sure. Also fix osx64 build deleting wrong file. 2020-01-23 00:26:38 +11:00
UnknownShadow200 fb7f29eea4 Fix icon not being included 2020-01-22 23:55:56 +11:00
UnknownShadow200 0790ac405b Add rpi to buildbot script, fix crashing when rpi system only supports 32 but not 24 bit depth 2020-01-22 23:43:35 +11:00
UnknownShadow200 cef3db9fe7 Add an icon for linux and use it 2019-10-29 20:26:38 +11:00
UnknownShadow200 cd08e91473 Build the web client with LEGACY_VM_SUPPORT so it works in IE11 2019-10-12 12:11:49 +11:00
UnknownShadow200 bdf9482fa5 print less debugging info 2019-09-29 17:55:58 +10:00
UnknownShadow200 07c4a4795c Add documentation for building 64 bit cocoa backend
Also show 'alpha' instead of 'beta' for coca backend in titlebar
2019-09-29 17:51:27 +10:00
UnknownShadow200 d45b37ded2 Don't link to mingw startup files in win64 build too.
Reduces size of 64 bit windows exe by 10kb
2019-07-07 07:21:48 +10:00
UnknownShadow200 b26f7b537a Really fix it 2019-07-04 19:07:55 +10:00
UnknownShadow200 2ff974c4b2 temp fix win64 build 2019-07-04 18:43:17 +10:00
UnknownShadow200 600c46eb1b update buildbot to compile windows build without linking to mingw startup code 2019-07-04 18:30:16 +10:00
UnknownShadow200 e784cc0ce5 add -fno-math-errno to buildbot 2019-06-23 23:33:11 +10:00
UnknownShadow200 3dcf735ffe Add web to buildbot script and fix mistakes in windows build bot 2019-06-18 07:56:01 +10:00
UnknownShadow200 f34011b5a6 Use #ifdef CC_BUILD_GL for OpenGL specific stuff, instead of CC_BUILD_D3D9 2019-06-10 23:27:51 +10:00
UnknownShadow200 97d52f3dca less compiler warnings 2019-05-19 18:12:35 +10:00
UnknownShadow200 9bc781c891 release 1.0.2 and add built bot script 2019-05-04 11:51:02 +10:00