Steel Titanium
|
2986739fd7
|
Merge branch 'master' into next
|
2020-06-11 20:11:26 -04:00 |
|
SteelT
|
9e85267b36
|
Merge branch 'next-lc-uint16' into 'next'
Custom skincolor bugfixes
See merge request STJr/SRB2!971
|
2020-06-11 20:08:50 -04:00 |
|
Zachary McAlpin
|
75932c45d4
|
Updated LUAh_GameQuit to use new error handler
|
2020-06-11 15:11:01 -05:00 |
|
Zachary McAlpin
|
1b831c0bbe
|
Merge branch 'next' of https://git.magicalgirl.moe/STJr/SRB2 into gamequit-hook
|
2020-06-11 15:02:31 -05:00 |
|
lachwright
|
62183201c9
|
Allow macOS builds to be launched through Steam
|
2020-06-12 01:19:06 +08:00 |
|
mazmazz
|
23bd0bc15c
|
CMAKE: Move launch-c into more sensible location
|
2020-06-10 15:08:09 -04:00 |
|
LJ Sonic
|
3203d4a62e
|
Merge branch 'next' into 'better-download'
# Conflicts:
# src/d_clisrv.c
|
2020-06-10 07:57:49 -04:00 |
|
LJ Sonic
|
5e7ffb055f
|
Merge branch 'snake' into 'next'
Add a Snake minigame to the file transfer screen
See merge request STJr/SRB2!903
|
2020-06-10 07:38:37 -04:00 |
|
Zachary McAlpin
|
3a8e053d9d
|
Merge branch 'next' of https://git.magicalgirl.moe/STJr/SRB2 into gamequit-hook
|
2020-06-09 19:54:47 -05:00 |
|
mazmazz
|
121d4c87e3
|
CMAKE: Fix toggle fullscreen breakage due to missing define
This is lazy. The correct solution is to eliminate the define in the program code
|
2020-06-09 17:32:14 -04:00 |
|
MascaraSnake
|
5bbbb16837
|
Compiling fix
|
2020-06-09 22:10:02 +02:00 |
|
mazmazz
|
89bd419a06
|
CMAKE: Fix OS X ccache scripts
|
2020-06-09 11:12:52 -04:00 |
|
MascaraSnake
|
c685328268
|
Adapt POF_SPLAT to UDMF setup
|
2020-06-09 09:44:49 +02:00 |
|
MascaraSnake
|
3ce62d7780
|
Merge branch 'next' into udmf-next
# Conflicts:
# src/p_mobj.c
# src/p_polyobj.c
|
2020-06-09 09:38:01 +02:00 |
|
Steel Titanium
|
2b1b7b763f
|
Fix these "may be used uninitialized in this function" errors with batching
|
2020-06-08 20:18:32 -04:00 |
|
Steel Titanium
|
468a9b96b7
|
Fix no previous prototype for TimeFunction
|
2020-06-08 19:56:24 -04:00 |
|
Steel Titanium
|
b8bbf5d9f4
|
Merge branch 'next' into sal-oglshaderport
|
2020-06-08 19:36:23 -04:00 |
|
mazmazz
|
0ce8bdaea1
|
Merge remote-tracking branch 'stjr-gl/master' into cmake-adjustments
|
2020-06-08 11:57:57 -04:00 |
|
Digiku
|
cb99260b8a
|
Merge branch 'buffer-offset-fix' into 'master'
Strike null-pointer-arithmetic error in BUFFER_OFFSET
See merge request STJr/SRB2!989
|
2020-06-08 11:56:48 -04:00 |
|
Lachlan Wright
|
5263b8cf63
|
Merge branch 'fix-spawn-desynch' into 'next'
Fix desynch when a player spawns
See merge request STJr/SRB2!977
|
2020-06-08 05:25:41 -04:00 |
|
Lachlan Wright
|
f9c3a93cf3
|
Merge branch 'dashmode-fixes' into 'next'
Dashmode fixes
See merge request STJr/SRB2!909
|
2020-06-08 05:25:30 -04:00 |
|
Lachlan Wright
|
d7e7d977e6
|
Merge branch 'fix-continuing-mouse' into 'next'
Fix mouse being grabbed in continue screen
See merge request STJr/SRB2!983
|
2020-06-08 05:25:24 -04:00 |
|
mazmazz
|
156e194d82
|
CMAKE: Fix OSX CCache error
|
2020-06-08 03:08:58 -04:00 |
|
mazmazz
|
29c66c579c
|
CMAKE: Add SRB2_DEBUG_INSTALL to toggle *.debug in install/package
|
2020-06-08 00:38:13 -04:00 |
|
mazmazz
|
c6c83830e9
|
CMAKE: Add CCACHE support
|
2020-06-08 00:35:31 -04:00 |
|
mazmazz
|
167e889046
|
Fix OPENMPT deprecation error, openmpt_module_ctl_set
|
2020-06-08 00:09:29 -04:00 |
|
mazmazz
|
b62497911c
|
Fix OSX null-pointer-arithmetic error
|
2020-06-08 00:08:07 -04:00 |
|
mazmazz
|
502de28d38
|
CMAKE improvements: optional asset install; exe.debug for RelWithDebInfo
|
2020-06-08 00:01:15 -04:00 |
|
mazmazz
|
c74eed0a2c
|
Added SDL Mixer X to CMAKE (Windows only)
|
2020-06-08 00:01:15 -04:00 |
|
Zachary McAlpin
|
5495fef76c
|
Merge branch 'next' of https://git.magicalgirl.moe/STJr/SRB2 into gamequit-hook
|
2020-06-07 22:42:43 -05:00 |
|
Hannu Hanhi
|
6cdb8c3320
|
Change some unsigned ints to UINT32
|
2020-06-07 21:32:52 +03:00 |
|
Hannu Hanhi
|
8ea66e3813
|
OpenGL draw call batching system
|
2020-06-07 21:20:52 +03:00 |
|
MascaraSnake
|
31bdf38f89
|
Merge branch 'nospinmovecut' into 'next'
Don't cut momentum if landing in a roll
See merge request STJr/SRB2!972
|
2020-06-07 13:24:19 -04:00 |
|
Hannu Hanhi
|
6961bba693
|
Merge remote-tracking branch 'upstream/next' into shaders-224-next-merge
|
2020-06-07 20:01:05 +03:00 |
|
SteelT
|
e6d6d65e05
|
Merge branch 'renderstats' into 'sal-oglshaderport'
Render stats
See merge request STJr/SRB2!914
|
2020-06-07 12:29:58 -04:00 |
|
sphere
|
de73af46e2
|
Fix mouse being grabbed in the continue screen.
|
2020-06-07 00:40:33 +02:00 |
|
Monster Iestyn
|
4aa626eeda
|
Merge branch 'master' into next
|
2020-06-06 20:50:12 +01:00 |
|
Monster Iestyn
|
0dd462c17c
|
use void rather than VOID, because the logging init code isn't exclusively Win32, whoops
|
2020-06-06 20:49:12 +01:00 |
|
Monster Iestyn
|
3a7417c8fe
|
Merge branch 'master' into next
|
2020-06-06 20:35:48 +01:00 |
|
Monster Iestyn
|
b493010b5e
|
Merge branch 'cppcheck-fixes' into 'master'
Cppcheck fixes
See merge request STJr/SRB2!967
|
2020-06-06 15:28:48 -04:00 |
|
lachwright
|
207c6d71a9
|
Merge branch 'next' into nospinmovecut
|
2020-06-07 02:45:26 +08:00 |
|
Monster Iestyn
|
fedbac6f64
|
Merge branch 'master' into next
|
2020-06-06 17:39:43 +01:00 |
|
Monster Iestyn
|
7dd0ba0f45
|
added liolib.c to the VC10 project files, since it was missing from them
|
2020-06-06 17:38:35 +01:00 |
|
GoldenTails
|
663fcf5e61
|
Adds the branch name into the version command printout when outside of DEVELOP mode.
Really just so I don't accidentally join netgames or record replays for vanilla SRB2 in the `next` branch...
|
2020-06-06 04:12:27 -05:00 |
|
MascaraSnake
|
5d99f42a2a
|
Merge branch 'translucent-splat-planes' into 'next'
Allow transparent parts in translucent FOF and PolyObject planes
See merge request STJr/SRB2!978
|
2020-06-06 04:35:06 -04:00 |
|
Zachary McAlpin
|
d7228562e3
|
Updated LUAh_GameQuit
|
2020-06-05 13:18:22 -05:00 |
|
Zachary McAlpin
|
c7e64d635c
|
Merge branch 'next' of https://git.magicalgirl.moe/STJr/SRB2 into gamequit-hook
|
2020-06-05 12:59:41 -05:00 |
|
Monster Iestyn
|
cc491d0a1e
|
Sync turnobjs for polyrotate_t thinkers in netgames
|
2020-06-04 21:31:26 +01:00 |
|
Monster Iestyn
|
d6ef2625f5
|
sdl/i_main.c: while we're here, split all the logging initialisation code into a separate function, to make main function more clean
|
2020-06-03 20:47:49 +01:00 |
|
Monster Iestyn
|
8f776b9318
|
clean up BUGTRAP code in win32/win_main.c to avoid unmatched }
(though that said we don't officially care about the win32 folder files anymore)
|
2020-06-03 20:47:49 +01:00 |
|