4080 Commits

Author SHA1 Message Date
UnknownShadow200
1e647b1967
Merge pull request #577 from igor725/master
Some improvements to makefile
2019-04-07 00:44:35 +11:00
igor725
8a172fc0fa Makefile fixes 2019-04-06 16:16:52 +03:00
igor725
d546009254 Makefile BSD support 2019-04-06 10:44:53 +03:00
igor725
ca5e99f758 Auto platform detection (Not tested on MacOS and Solaris) 2019-04-05 22:44:56 +03:00
igor725
0caec9646b Some improvements to makefile 2019-04-05 21:52:01 +03:00
UnknownShadow200
024e756c5c Turns out GetSystemWindowsDirectory doesn't exist in old mingw, but GetWindowsDirectory does. So use that instead. 2019-04-05 19:11:12 +11:00
UnknownShadow200
b34c4da181 fix not compiling with some old mingw 2019-04-05 15:04:00 +11:00
UnknownShadow200
a5c3e2e37e Get actual system directory instead of hardcoding to C:/Windows 2019-04-03 23:03:25 +11:00
UnknownShadow200
d80d9bde52
Force rebuild 2019-04-03 17:42:10 +11:00
UnknownShadow200
8e952aa780
Add missing OSX compile instructions 2019-04-03 17:32:55 +11:00
UnknownShadow200
19520c205d Just doing /client resolution should tell you current resolution (thanks masoncb) 2019-04-03 17:26:17 +11:00
UnknownShadow200
b437e8289b audio/http backend is no longer tied to platform backend 2019-03-30 13:09:58 +11:00
UnknownShadow200
2bb78ec692 Fix EGL backend not properly destroying context 2019-03-30 12:28:08 +11:00
UnknownShadow200
53dbec8981 allow disabling freetype system font backend 2019-03-29 11:52:44 +11:00
UnknownShadow200
c688aa148f Add compile notes for FreeBSD and Solaris, add detailed notes about portability of codebase 2019-03-29 10:15:21 +11:00
UnknownShadow200
d92093dc9a fix last commit 2019-03-27 20:40:12 +11:00
UnknownShadow200
819fe3f5cf move native audio into Audio.c 2019-03-27 20:14:07 +11:00
UnknownShadow200
b0371993f7 minor code cleanup 2019-03-27 12:09:48 +11:00
UnknownShadow200
96d0330f84 quick fix for % in menu options 2019-03-24 01:27:23 +11:00
UnknownShadow200
74e1d0ba45
Correct mingw32 and manual cross-compile flags in readme 2019-03-23 21:09:51 +11:00
UnknownShadow200
77cf3f4825 Fix time since last release appearing as large negative number in launcher 2019-03-23 21:03:37 +11:00
UnknownShadow200
04f508ff72 simplify menu code a little bit
saves 1-2 kb
2019-03-23 19:18:17 +11:00
UnknownShadow200
ca778c01bc get rid of some duplicated code 2019-03-23 10:49:05 +11:00
UnknownShadow200
54cfb8b84a Add some more descriptions for internal client errors 2019-03-21 23:24:27 +11:00
UnknownShadow200
1c391dec3f fix some compiler warnings with GLModern backend 2019-03-21 13:47:37 +11:00
UnknownShadow200
857fd85d7d Fix EGL backend breaking on resize 2019-03-21 09:42:00 +11:00
UnknownShadow200
4ea2aca046 Add EGL backend
also fixes #575
2019-03-19 20:00:04 +11:00
UnknownShadow200
c7c552e27f Decouple window system from OpenGL context system 2019-03-19 18:28:56 +11:00
UnknownShadow200
dd0b35d1d5 attempt to register dump for PowerPC OSX and ARM linux. Completely untested. 2019-03-18 23:38:52 +11:00
UnknownShadow200
ac7b99eeab Fix last commit 2019-03-16 23:35:01 +11:00
UnknownShadow200
1e0c3c4307 Attempt to eliminate all the register dumping duplication in Logger.c.
There is a very high likelihood at least one operating system will get broken though, oops.
2019-03-16 23:06:40 +11:00
UnknownShadow200
a7e68e8e21 make GfxResourceId 64 bit with 64 bit opengl too 2019-03-14 20:45:44 +11:00
UnknownShadow200
6379670429 remove more unused bits 2019-03-14 18:39:20 +11:00
UnknownShadow200
c1afbb76ab fix chat logs not being saved after reconnect 2019-03-14 14:19:35 +11:00
UnknownShadow200
c4f3af197f cleanup Random a bit 2019-03-14 13:41:25 +11:00
UnknownShadow200
7a1b245693 fix #573 2019-03-13 23:43:00 +11:00
UnknownShadow200
c706fc161e move Atlas/Atlas1D vars to exported api 2019-03-13 23:30:26 +11:00
UnknownShadow200
97a3d1bd65 fix 64 bit opengl build in launcher not working 2019-03-12 23:09:47 +11:00
UnknownShadow200
bb110a1623
Fix saying 'very build' instead of 'very latest build' in readme 2019-03-12 08:53:28 +11:00
UnknownShadow200
47f9d72f6a
Merge pull request #571 from igor725/master
getsha.bat is no longer needed
2019-03-11 22:23:22 +11:00
igor725
4e36ae8632 getsha.bat is no longer needed 2019-03-11 14:17:02 +03:00
UnknownShadow200
e188746f03 fix overly long input widgets being aligned incorrectly (thanks masoncb) 2019-03-11 20:12:57 +11:00
UnknownShadow200
d20a49123d Fix fog for modern OpenGL backend 2019-03-11 15:21:42 +11:00
UnknownShadow200
b1a951e714 fix clouds on modern opengl backend 2019-03-11 04:14:00 +11:00
UnknownShadow200
11176be3f0
update compilation instructions with mingw and mingw-w64 on windows 2019-03-11 03:24:28 +11:00
UnknownShadow200
95fd2e0f99 fix not compiling with some mingw32 2019-03-11 03:13:18 +11:00
UnknownShadow200
49f847a984 less compiler warnings, remove unused bit of code 2019-03-10 19:29:25 +11:00
UnknownShadow200
f20de966cb fix crashing when loading some .cw maps with custom fog colour 2019-03-09 19:59:04 +11:00
UnknownShadow200
2a59444f71 finish support for NetBSD 2019-03-09 14:31:17 +11:00
UnknownShadow200
6602ae50c3 Initial work on NetBSD port 2019-03-09 13:33:08 +11:00