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
Alam Ed Arias
8558d123ee
SDL: add version check for SDL_OPenURL()
2023-09-12 19:32:47 -04:00
Zwip-Zwap Zapony
4f6da8dc0f
Fix a "maybe-uninitialized" compiler warning
2023-09-10 16:19:39 +02:00
Logan Arias
02c4720703
Merge branch 'circleci' into 'master'
...
CircleCi: update buildbot
See merge request STJr/SRB2!2144
2023-09-09 20:53:31 +00:00
Alam Ed Arias
64eb1b0bff
backtrace: do not care for junk var
2023-09-09 16:21:04 -04:00
Alam Ed Arias
05223fbc6d
backtrace: store result of write() in a junk var
2023-09-09 16:10:42 -04:00
Alam Ed Arias
4d21701415
CircleCI: compile for GCC 8,1+
2023-09-09 16:03:46 -04:00
Alam Ed Arias
5037483a1e
CircleCI: look for files as root
2023-09-09 15:48:14 -04:00
Alam Ed Arias
9851c87756
CircieCI: remove curl amd64 SDK so we can install the i386 version
2023-09-09 09:36:26 -04:00
Alam Ed Arias
dcdb09769f
CircleCI: try to build binary as circleci user
2023-09-08 23:20:11 -04:00
Alam Ed Arias
d5703be3e7
CircleCI: try using new cimg base image
2023-09-08 22:48:10 -04:00
spherallic
a4a3b5b094
2.2.13
2023-09-09 01:16:28 +02:00
sphere
7debef176b
Merge branch 'disablethisentirelybecauseitscausingproblems' into 'next'
...
Disable renderhitbox in multiplayer altogether
See merge request STJr/SRB2!2142
2023-09-08 23:09:52 +00:00
katsy
82568f81fc
Disable renderhitbox in multiplaye altogether
2023-09-08 17:46:13 -05:00
sphere
0952d31369
Merge branch 'fix-1x1-floorsprite-draw' into 'next'
...
Fix floorsprite rendering with 1x1 images
Closes #1052
See merge request STJr/SRB2!2141
2023-09-08 22:35:34 +00:00
Lactozilla
27021d2921
Optimize
2023-09-08 17:43:55 -03:00
Lactozilla
14eb589611
Fix floorsprite rendering with 1x1 images
2023-09-08 17:26:42 -03:00
sphere
0f914a4e25
Merge branch 'netvars-fix' into 'next'
...
Replace CV_NETVAR with CV_NOTINNET for cv_renderhitbox (Fixes #1103 )
Closes #1103
See merge request STJr/SRB2!2140
2023-09-08 17:51:30 +00:00
sphere
b5636d9dc9
Merge branch 'lua-supername' into 'next'
...
Expose skin.supername to Lua
See merge request STJr/SRB2!2138
2023-09-08 17:51:19 +00:00
sphere
afee1cb687
Merge branch 'sprite-clip-optimization' into 'next'
...
Optimize sprite rendering by ignoring completely occluded sprites
See merge request STJr/SRB2!2131
2023-09-08 17:51:11 +00:00
sphere
d42a96263b
Merge branch 'interpolate-hitbox-scaling' into 'next'
...
Interpolate Hitboxes when Scaling Mobjs
See merge request STJr/SRB2!2124
2023-09-08 17:51:06 +00:00
SteelT
72662efc8d
Replace CV_NETVAR with CV_NOTINNET for cv_renderhitbox
...
The CV_NETVAR flag being used for cvars not registered in a dedicated server context will completely mess with the internal netid to cvar linkage.
And I'm not really keen on registering a cvar purely for rendering on dedicated servers, so let's just prevent renderhitbox from being changed in netgames entirely.
2023-09-08 13:34:56 -04:00
Zwip-Zwap Zapony
11a2fe8613
Expose skin.supername to Lua
2023-09-06 21:02:04 +02:00
Krabs
858f102ca4
Update hash for patch.pk3
2023-09-06 12:50:51 -04:00
Krabs
49ee744ba1
Update version number
2023-09-06 12:50:32 -04:00
sphere
b5232a4ca4
Merge branch 'nights-noclip-camera' into 'next'
...
Make camera noclip during NiGHTS gameplay
See merge request STJr/SRB2!2136
2023-09-05 22:27:13 +00:00
sphere
5ce2b93a74
Merge branch 'lua-invalid-field-crash' into 'next'
...
Fix possible crashes in the Lua API when accessing invalid fields
See merge request STJr/SRB2!2128
2023-09-05 22:24:29 +00:00
sphere
fefdd7987c
Merge branch 'title-animation-skip' into 'next'
...
Allow input during title animation after the first time
See merge request STJr/SRB2!2122
2023-09-05 22:23:57 +00:00
sphere
a90422a30e
Merge branch 'dodrawforviewmobj' into 'next'
...
Don't Copy mobj->dontdrawforviewmobj To MT_OVERLAYs
See merge request STJr/SRB2!2125
2023-09-05 17:56:34 +00:00
spherallic
85fc55bfc1
Prevent title input during negative finalecount
2023-09-05 19:38:45 +02:00
sphere
417928f680
Merge branch 'nobombsphereattract2' into 'next'
...
Don't attract bomb spheres with Nightopian Helper
See merge request STJr/SRB2!2135
2023-09-05 17:25:42 +00:00
sphere
1ba1f7454b
Merge branch 'the_elder_skyscroll_ii_daggerfall' into 'next'
...
Fix the Record Attack Background Jumping
See merge request STJr/SRB2!2129
2023-09-05 17:24:22 +00:00