Commit graph

1497 commits

Author SHA1 Message Date
smallmodel
e93780c66c
Fixed players_callback always returning players when there are none
Fixed gcd_think() crashing if it wasn't initialized
2023-08-26 18:17:28 +02:00
smallmodel
af8990acf0
Added SV_ProcessGamespyQueries() declaration 2023-08-26 18:16:35 +02:00
smallmodel
e41dcf03ad
Added CVAR_SERVERINFO flag to "protocol"
Removed CVAR_SERVERINFO flag from "com_protocol" (useless)
2023-08-26 18:15:39 +02:00
smallmodel
0209e8f782
Fixed call to GSICancelAvailableCheck() causing socket 0 (STDIN) to be closed, any read() afterwards would hang 2023-08-26 16:18:57 +02:00
smallmodel
86ee9089e9
Include cg_radar.h 2023-08-25 23:22:44 +02:00
smallmodel
ba6fe112bb
Using Sys_LoadDll to load modules. Sys_LoadDll uses the binary path instead of the current working directory 2023-08-25 23:00:05 +02:00
smallmodel
15860a7795
Windows NT and Linux being both multi-user system, the homepath now defaults to %APPDATA%\openmohaa (Windows NT) and ~/openmohaa (unix) 2023-08-25 22:58:55 +02:00
smallmodel
f61bda330e
Set homepath to "openmohaa" (win32) and ".openmohaa" (unix) 2023-08-25 22:55:27 +02:00
smallmodel
5c9fceea2c
Use sizeof sockaddr_in instead of 16 2023-08-25 22:55:22 +02:00
smallmodel
32cceebc47
Use the Git abbreviated commit hash for the product version 2023-08-24 23:33:29 +02:00
smallmodel
9d921df733
Added Git abbreviated commit hash 2023-08-24 23:33:19 +02:00
smallmodel
428f8c183d
Put the extension before the platform string 2023-08-24 23:33:07 +02:00
smallmodel
45aae54b32
Renamed "Base" to "Allied Assault" 2023-08-24 23:32:40 +02:00
smallmodel
c2e24da9bd
Initialize tracerspeed to 1 (this fixes turret bullets on mohaas/mohaab) 2023-08-24 23:19:49 +02:00
smallmodel
c6ae5ed551
Added gamespy cd key authorization code (mohaas/mohaab only) 2023-08-24 23:19:21 +02:00
smallmodel
0f86a5ee8a
Fixed "gamename" on mohaab
Use GS_GetCurrentGameName() and GS_GetCurrentGameVersion() in basic_callback
Using DF_ALLOW_LEAN_MOVEMENT instead of raw dmflags
2023-08-23 23:50:40 +02:00
smallmodel
803e53869b
Set qr_custom_handler to NULL instead of 0 2023-08-23 23:49:25 +02:00
smallmodel
a4fc25cca8
Increased the version number 2023-08-23 23:48:58 +02:00
smallmodel
28fbcf5628
Removed player printf destructor
Remove EF_PLAYER entflags from the Player destructor
2023-08-21 23:44:33 +02:00
smallmodel
3ea73febe4
Fixed spectate num 2023-08-21 23:33:23 +02:00
smallmodel
9eb3b3e1c3
Fixed infinite loop in SetPlayerSpectate() 2023-08-21 21:38:44 +02:00
smallmodel
48e1c39320
Fixed crash due do bad wrong delete after new[]
Fixed crash in ActorPath::ReFindPath when m_path is renewed
2023-08-21 21:38:32 +02:00
smallmodel
fe38c7650f
Updated the version number 2023-08-21 00:31:14 +02:00
smallmodel
5e2f5010f8
Fixed demo recording with different protocols 2023-08-21 00:20:04 +02:00
smallmodel
efce4703ca
Initialize demo_protocols from the com_protocol integer value 2023-08-21 00:19:46 +02:00
smallmodel
94ab4a5ac5
Moved MSG_ReadServerFrameTime and MSG_WriteServerFrameTime to qcommon/msg.cpp 2023-08-21 00:09:00 +02:00
smallmodel
58321be1ce
sv_fps must have CVAR_SAVEGAME and CVAR_SERVERINFO 2023-08-21 00:08:08 +02:00
smallmodel
20282ffa56
Fixed +speed having inverted up/down 2023-08-20 14:44:46 +02:00
smallmodel
80a22ca2ed
Fixed pm error 2023-08-20 14:13:34 +02:00
smallmodel
51ca0a06a7
Fixed death message color on mohaas/mohaab 2023-08-20 14:11:34 +02:00
smallmodel
010794418c
Fixed GetSpectateFollowOrientation using forward rather than right 2023-08-20 14:02:55 +02:00
smallmodel
51b5b2571a
Set lean info per game for Pmove 2023-08-20 14:02:33 +02:00
smallmodel
182a677337
Script: use AngleVector rather than AngleVectorsLeft for angles methods 2023-08-20 14:02:04 +02:00
smallmodel
17f6c25bc7
Fixed leaning values in mohaas/mohaab 2023-08-20 13:54:25 +02:00
smallmodel
31d19cb0f6
Fixed score entries on FFA gametype 2023-08-20 13:27:09 +02:00
smallmodel
6c65bba279
Fixed MSG_WritePackedAnimTime not writing the animation time sometimes 2023-08-20 02:33:08 +02:00
smallmodel
8ae15be0de
Create AnimationEvent with predefined args 2023-08-20 02:32:10 +02:00
smallmodel
11fb5ee2af
Fixed removebot never working 2023-08-20 02:23:49 +02:00
smallmodel
b68992e55e
Added numArgs parameter 2023-08-20 02:23:41 +02:00
smallmodel
007a7681eb
G_ClientDisconnect should print differently on mohaas/mohaab 2023-08-20 02:23:29 +02:00
smallmodel
7d4cdac52c
Use WaitTillAllowed for waitTillTimeout, waitTillAny and WaitTillAnyTimeout 2023-08-20 01:46:38 +02:00
smallmodel
916f38e1b2
"roundstart" misspell 2023-08-20 01:43:59 +02:00
smallmodel
39ae88a2ab
Remove "roundstart" waittill after the round has started 2023-08-20 01:43:37 +02:00
DJs3000
24f82e8e36
Add new arch (#61)
* Update q_platform.h

add e2k arch

* Update TargetArch.cmake

add e2k arch
2023-08-19 21:59:26 +00:00
smallmodel
247d09a09d
Fixed strip on windows 2023-08-19 23:29:23 +02:00
smallmodel
030b291af1
Fixed library locations 2023-08-19 23:29:19 +02:00
smallmodel
9d0a5faed3
Fixed errors 2023-08-19 23:23:36 +02:00
smallmodel
261b15851f
Fixed string() when no SDL 2023-08-19 23:10:48 +02:00
smallmodel
2929bd82a5
Removed func_expr as it's not used 2023-08-19 23:08:00 +02:00
smallmodel
4939927975
Fixed length decrease with an higher value 2023-08-19 23:07:47 +02:00