James R
95ae37fa0a
Various fixes to let release builds compile
...
- Fixed followers.pk3 asset hash checking.
- Moved asset hashes from config.h to d_main.c directly.
- Changes to config.h.in require building the game twice
and having it in d_main.c is just more contained.
- Removed old reset on holepunchserver if it was set to
the wrong address. This was only relevant for a short
period of time during development.
- Fixed cv_kartencoremap being used outside of DEVELOP.
- Fixed unused variable warning in GotOurIP.
2023-08-31 18:15:52 -07:00
toaster
ba7d319457
Make bios.pk3 consistent filename
...
Removes all reference to main.kart, not just the obvious ones.
2023-08-20 22:06:11 +01:00
Sally Coolatta
e86dd38e24
Load split textures pk3s
2023-04-18 14:02:01 +01:00
James R
55636fa690
Separate git commit subject line from comprevision, add SRB2_COMP_NOTE
2023-01-05 18:32:20 -08:00
James R
5887c36111
Show CMAKE_BUILD_TYPE on title screen
...
Includes a hint if optimizations may have been turned off.
2023-01-02 01:46:05 -08:00
Eidolon
d31037abc9
cmake: Remove asset hashing, CMAKE_ASSETS_DIR
...
Simplifies build setup for cmake.
# Conflicts:
# assets/CMakeLists.txt
# src/config.h.in
# src/sdl/i_system.c
2022-11-27 02:44:10 -08:00
Eidolon
d80db6f51d
cmake: add COMPVERSION_UNCOMMITTED
2022-10-08 21:19:04 -05:00
Sally Coolatta
b5fcd74ef9
Merge master
...
Slopes in a few maps are really broken ... think it's anchors, I'm gonna leave that to jart :V
2020-09-25 12:00:50 -04:00
James R
ef108cbb36
Merge remote-tracking branch 'pub/next'
2020-09-20 14:07:54 -07:00
James R
fbd1280e17
Update patch.kart asset hash
2020-08-30 19:02:31 -07:00
SteelT
65abcb35ef
Merge config.h.in
2020-08-10 15:11:21 -04:00
Sally Coolatta
e296e1309a
YAY, round 2
2020-08-09 21:02:56 -04:00
SteelT
e62eb255f0
Merge config.h.in
2020-08-06 01:17:22 -04:00
Steel Titanium
3b6df8eecd
Update player.dta hash
2020-07-10 20:53:42 -04:00
Steel Titanium
7591f2ee7f
Update patch.pk3 hash again
2020-07-10 19:09:49 -04:00
Steel Titanium
f841fd3b1c
Update patch.pk3 hash and Srb2win.rc
2020-07-10 18:13:01 -04:00
lachwright
ec907cf732
Update patch.pk3 hash
2020-07-08 00:42:31 +08:00
Steel Titanium
edd4f5e698
Update md5 hash for player.dta and patch.pk3
2020-07-06 21:22:57 -04:00
Sally Coolatta
63917ffccc
The start of the scary 2.2 merge
...
All conflicts are left in-tact. We should be collaborating on solving these files one at a time.
2020-05-29 13:43:38 -04:00
Sally Coolatta
15d18640de
Merge remote-tracking branch 'public/master' into merge-12
2020-05-12 03:16:14 -04:00
Wolfy
a8529f0855
Update patch.kart hash
2020-05-11 22:31:38 -05:00
James R
e95d2beed7
Update patch.pk3 asset hash
2020-05-11 14:41:36 -07:00
lachwright
10187a1e9b
Update MD5 hashes for player.dta and patch.pk3
2020-05-11 00:23:32 +08:00
Wolfy
742bf3453b
Update hash again
2020-05-09 10:52:23 -05:00
Wolfy
eed42360b0
Forgot to update date modified
2020-05-09 09:15:17 -05:00
Wolfy
1134d87b5f
Update patch.kart hash
2020-05-09 03:16:46 -05:00
Steel Titanium
4f5694fa14
Enable use of the patch file
2020-02-22 16:42:24 -05:00
Steel Titanium
6eff91c4fc
Update file hash yet again
2020-02-16 18:54:51 -05:00
Steel Titanium
82cbf88ae5
Update comment
2020-02-16 11:34:02 -05:00
MascaraSnake
fb7ee2cea1
Update hashes (again)
2020-02-15 12:44:03 +01:00
Steel Titanium
e2c1f9cd4b
Update file hashes
2020-02-09 21:29:46 -05:00
MascaraSnake
c2cd1adb8b
One more asset hash change
2019-12-07 14:17:26 +01:00
MascaraSnake
7f0bb0686d
Updated MD5 hashes
2019-12-06 23:43:54 +01:00
toaster
9104fe85b9
Update comments in the config on when main assets/patch.pk3 hashes have been updated (I know MS is going to update the hashes again later, but this'll still be valid to have done then).
2019-12-06 17:38:23 +00:00
toaster
67d8b291bb
* Fix unintentional order-of-operations crash with non-DEVELOP executables ( resolves #461 ).
...
* Update md5s.
* Update modversion.
TODO: Should we change MODID, given 2.0 apparently had a different MODID to 2.1?
2019-12-06 17:14:51 +00:00
sphere
a225970360
Use zones.pk3 instead of zones.dta.
2019-09-29 05:31:50 +02:00
TehRealSalt
26e34a1fa1
Use maps.pk3
2019-09-16 03:04:26 -04:00
TehRealSalt
792b41c406
Merge branch 'v1' into master
2019-05-29 21:50:14 -04:00
wolfy852
96b5a1df43
Update patch.kart hash
...
THIS SHOULD BE THE LAST TIME I SWEAR
2019-05-28 06:33:38 -05:00
TehRealSalt
da7e79ac83
Adjust file loading
...
Many files converted to pk3, and we now have a distinct IWAD
2019-05-12 20:58:26 -04:00
TehRealSalt
c8fdc95597
Forgot to update date
2019-05-06 22:54:47 -04:00
Sal
1c1435aea7
Merge branch 'version-prep' into 'master'
...
Version prep
See merge request KartKrew/Kart!148
(cherry picked from commit dfc4b22c911340e330a0f71fabb4a1461b5747ed)
2e221946 Final v1 colors
359d06f1 Modify the first shade of Byzantium
3a707c09 Add options for adjusting deadzone, increase default deadzone from 0.25 to 0.5
889ead78 Fix wheel animations
2d9ae1ab Dumbass typo
e954f0b4 Missed a spot
5316e63a Merge branch 'next-colors' into 'v1'
55db2268 Merge branch 'anim-fix' into 'v1'
26159aae Merge branch 'deadzone-bullshit' into 'v1'
30c19caa Update version number
8f07ed77 Update patch.kart hash
2019-05-06 22:05:56 -04:00
fickleheart
95179ed1f3
Update patch.kart hash again
2019-03-16 00:35:13 -05:00
fickleheart
0a22f07751
Update version and patch hash
2019-03-11 22:40:15 -05:00
Sally Cochenour
695471bc67
Update patch.kart hash
2019-02-04 22:02:34 -05:00
MascaraSnake
3ea09d4ffe
Emblem and unlockable SOFTcoding! Emblems and unlockables are no longer predefined in the code and instead loaded from IWAD
2019-02-03 11:05:22 +01:00
TehRealSalt
815d287cbe
Final v1.0.2 commit (probably)
...
- Update chars.kart hash, AGAIN!
- Fix spectators being visible on minimap when F12ing people
- Optimize how splitscreen players are drawn on top of the minimap
- Remove duplicated cvar registrations
- Move cv_resynchattempts and cv_netticbuffer from D_ClientServerInit to D_RegisterServerCommands and D_RegisterClientCommands respectively, so they can save to config properly
- Increase "Frequent" gametype switch frequency even more
- "SRB2" version dehacked warning ignores srb2.srb
2019-01-18 04:30:38 -05:00
wolfy852
79557b2b76
Update chars.kart hash
2019-01-16 20:02:40 -06:00
TehRealSalt
0957d70451
Update file hashes
2019-01-15 20:35:20 -05:00
SeventhSentinel
1d58c6b8c2
merge srb2 next
2019-01-05 15:59:23 -05:00