Alam Ed Arias
4b43f92b13
Update .gitlab-ci.yml file
...
switch docker image to debian, slim version, part 2
2023-10-11 05:10:23 +00:00
Alam Ed Arias
e7417ea116
Update .gitlab-ci.yml file
...
switch docker image to debian, slim version
2023-10-11 05:07:25 +00:00
Alam Ed Arias
37909c95b1
Update .gitlab-ci.yml file
...
cache apt packages, part 8
2023-10-11 05:03:19 +00:00
Alam Ed Arias
97096445df
Update .gitlab-ci.yml file
...
cache apt packages, part 7
2023-10-11 05:00:08 +00:00
Alam Ed Arias
3db57df353
Update .gitlab-ci.yml file
...
cache apt packages, part 6
2023-10-11 04:57:29 +00:00
Alam Ed Arias
eb6ed2e7e7
Update .gitlab-ci.yml file
...
cache apt packages, part 5
2023-10-11 04:43:22 +00:00
Alam Ed Arias
7231631a3f
Update .gitlab-ci.yml file
...
cache apt packages, part 4
2023-10-11 04:39:48 +00:00
Alam Ed Arias
9597a19ecf
Update .gitlab-ci.yml file
...
cache apt packages, part 3
2023-10-11 04:37:01 +00:00
Alam Ed Arias
3ef89e9902
Update .gitlab-ci.yml file
...
cache apt packages, part 2
2023-10-11 04:27:50 +00:00
Alam Ed Arias
3ee5ed2dac
Update .gitlab-ci.yml file
...
cache apt packages
2023-10-11 04:25:05 +00:00
Logan Arias
92f16c8142
Update .gitlab-ci.yml file
...
use git clone options
up CCACHE size to 50M
2023-10-11 04:11:56 +00:00
Logan Arias
4b015c91e1
Update .gitlab-ci.yml file
...
rename ccache keys
up ccache size to 30M
2023-10-10 23:35:40 -04:00
Logan Arias
0ff83947ac
Update .gitlab-ci.yml file
...
fix ccache path part 5
2023-10-10 23:35:40 -04:00
Logan Arias
84a2463d2f
Update .gitlab-ci.yml file
...
fix ccache path part four
2023-10-10 23:35:40 -04:00
Logan Arias
16741b2cb0
Update .gitlab-ci.yml file
...
fix ccache path part three
2023-10-10 23:35:40 -04:00
Logan Arias
2fae2b54db
Update .gitlab-ci.yml file
...
fix ccache path part two
2023-10-10 23:35:40 -04:00
Logan Arias
0f2d3e9134
Update .gitlab-ci.yml file
...
fix ccache path
2023-10-10 23:35:40 -04:00
Logan Arias
219691895d
Update .gitlab-ci.yml file
...
use variables to test if we are using DigitalOcean
2023-10-10 23:35:39 -04:00
Logan Arias
67dcc2dd0a
Update .gitlab-ci.yml file
...
cache the ccache part two
2023-10-10 23:35:39 -04:00
Logan Arias
b3273a899a
Update .gitlab-ci.yml file
...
cache the ccache
2023-10-10 23:35:39 -04:00
Logan Arias
4adce8e3cd
Update .gitlab-ci.yml file
...
keep artifacts
try using ccache
2023-10-10 23:35:39 -04:00
Logan Arias
7083dffc01
Update .gitlab-ci.yml file
...
remove upx install
2023-10-10 23:35:39 -04:00
Logan Arias
959c1753d3
Update .gitlab-ci.yml file
...
try running the makefile with some dispends
libsdl2-mixer-dev libpng-dev libcurl4-openssl-dev libgme-dev upx git libopenmpt-dev gettext
2023-10-10 23:35:39 -04:00
Logan Arias
9f8bc21253
Update .gitlab-ci.yml file
...
try running the makefile with nothing
2023-10-10 23:35:39 -04:00
Logan Arias
124aca3267
Update .gitlab-ci.yml file
2023-10-10 23:35:39 -04:00
Logan Arias
eb44efbc2f
Update .gitlab-ci.yml file
2023-10-10 23:35:38 -04:00
Logan Arias
5aa89a712a
Update .gitlab-ci.yml file
2023-10-10 23:35:38 -04:00
Gustaf Alhäll
436de21808
Refactor code after review comments
2023-10-07 00:07:56 +02:00
sphere
9925e96365
Merge branch 'if-range-demoversion' into 'next'
...
Use if-range checks instead of switch for demo versions
See merge request STJr/SRB2!2164
2023-10-06 13:19:48 +00:00
Eidolon
219dac16cb
Merge branch 'improve-point-in-subsector-performance' into 'next'
...
Avoid branch prediction slowdowns in R_PointOnSide
See merge request STJr/SRB2!2168
2023-10-05 12:26:51 +00:00
spherallic
733dabe9a0
Coins?
2023-10-02 23:31:21 +02:00
Gustaf Alhäll
12d595399e
Avoid branch prediction slowdowns in R_PointOnSide
2023-10-01 17:34:13 +02:00
Zwip-Zwap Zapony
fb9e6c9c6d
Use if-range instead of switch for demo versions
2023-09-22 18:16:54 +02:00
Monster Iestyn
340eee8691
Added some notes related to FEETADJUST for reference, made another tweak
2023-09-21 16:13:55 +01:00
Monster Iestyn
ee0bab2941
Remove adjustfeet parameter from Patch_GetRotatedSprite, remove [2] from spriteframe_t's rotated array.
...
Following from my previous commit, these things are no longer needed: they existed ONLY for adding FEETADJUST offsets to rotated sprites in Lua HUD code.
2023-09-21 15:50:30 +01:00
Monster Iestyn
5e501bae07
v.getSpritePatch/v.getSprite2Patch fix: Fix offset inconsistency between rotated sprites and non-rotated sprites
...
This was caused by rotated sprites having FEETADJUST offsets applied, when non-rotated sprites did not. FEETADJUST is not actually needed in the HUD, so I've removed it from the rotated sprites (thankfully this is also the easiest way to fix it too)
2023-09-21 13:19:38 +01:00
sphere
a373d96d07
Merge branch 'fix-overflow-scrolling-background' into 'next'
...
Fix buffer overflow when displaying a scrolling background
See merge request STJr/SRB2!2010
2023-09-20 16:10:56 +00:00
sphere
1c4419ee56
Merge branch 'fix-minecart-debug-build' into 'next'
...
Fix memory leak when other players are riding a minecart
See merge request STJr/SRB2!2146
2023-09-20 15:26:41 +00:00
sphere
e15326081b
Merge branch 'fix-cmake-compiling' into 'next'
...
Fix CMake Compiling
Closes #1116
See merge request STJr/SRB2!2157
2023-09-20 15:20:07 +00:00
spherallic
05926ceec8
Group NiGHTS star/chip hitboxes with rings
2023-09-20 15:42:19 +02:00
Gustaf Alhäll
a8fe500d0e
Add auto-kick for inactive players
2023-09-19 19:05:43 +02:00
Zwip-Zwap Zapony
cfedee9dc9
Fix CMake compiling
2023-09-19 18:46:05 +02:00
Lactozilla
6deaf89f72
Merge branch 'fix-minor-spelling-mistakes' into 'next'
...
Fix minor spelling mistake
See merge request STJr/SRB2!2154
2023-09-19 05:07:45 +00:00
Lactozilla
68e25737c0
Fix minor spelling mistake
2023-09-18 18:51:11 -03:00
LJ Sonic
2a896538d9
Merge branch 'netcode-rerefactor' into 'next'
...
Re-delete netcode
See merge request STJr/SRB2!2083
2023-09-18 16:47:28 +00:00
Gustaf Alhäll
fc20508295
Fix saturation not being applied on colormaps in OpenGL
2023-09-18 18:16:10 +02:00
Gustaf Alhäll
b53b2df7ee
Fix saturation option not being applied on OpenGL
2023-09-17 22:48:26 +02:00
LJ Sonic
8f1618018e
Fix free
2023-09-15 19:12:55 +02:00
Gustaf Alhäll
65547ae036
Fix memory leak when other players are riding a minecart
2023-09-14 18:31:05 +02:00
sphere
f02fd19c5a
Merge branch 'team-gametype-keep-player-color' into 'next'
...
Respect the player's skin and color selection
See merge request STJr/SRB2!2100
2023-09-13 07:59:00 +00:00