smallmodel
|
ae0a2238da
|
Set mouse position with player model
|
2023-12-30 16:55:06 +01:00 |
|
smallmodel
|
a69f9fe88b
|
Implemented UI player model picker
|
2023-12-30 16:54:57 +01:00 |
|
smallmodel
|
998c1b78c7
|
Added all picker models from mohaa 1.0 up to mohaab 2.40
|
2023-12-30 14:10:06 +01:00 |
|
smallmodel
|
8c207f094d
|
Implemented PMPickerItem and added name parameter to FileSelected/FileChosen methods
|
2023-12-30 02:22:41 +01:00 |
|
smallmodel
|
09c9c0ef51
|
Added UI map rotation from BT 2.40
|
2023-12-30 01:59:03 +01:00 |
|
smallmodel
|
c299ad92aa
|
Improver UI_DMMapSelect_f for SH/BT
|
2023-12-29 22:06:49 +01:00 |
|
smallmodel
|
956cd59385
|
Implemented MP map picker
|
2023-12-29 22:06:36 +01:00 |
|
smallmodel
|
09949251ac
|
Implemented cl_uisoundpicker
|
2023-12-29 20:23:42 +01:00 |
|
smallmodel
|
43218f1685
|
Use a const str& reference
|
2023-12-29 20:19:28 +01:00 |
|
smallmodel
|
eb7d01b3e7
|
Implemented cl_uimaprunner
|
2023-12-29 20:18:04 +01:00 |
|
smallmodel
|
c58e6d58b4
|
Filter "_sml" maps for maplist
|
2023-12-29 20:05:36 +01:00 |
|
smallmodel
|
3a892e1a47
|
Implemented file picker class
|
2023-12-29 20:05:29 +01:00 |
|
smallmodel
|
7822e94e61
|
Formatted picker source files
|
2023-12-29 14:38:55 +01:00 |
|
smallmodel
|
2fa568eb01
|
CL_KeyEvent must not handle GUI mouse events, as it's the job of the UIWindowManager
|
2023-12-28 17:26:32 +01:00 |
|
smallmodel
|
035de09c15
|
Formatted cl_keys.cpp source file
|
2023-12-28 17:21:02 +01:00 |
|
smallmodel
|
c23a182bec
|
Added bindlistener events
|
2023-12-28 01:11:17 +01:00 |
|
smallmodel
|
c321470382
|
Implemented CL_LoadBind
|
2023-12-27 22:53:49 +01:00 |
|
smallmodel
|
3692671f49
|
Implemented bind_t and bindlistener
|
2023-12-27 20:19:58 +01:00 |
|
smallmodel
|
c0f7a48649
|
Formatted ui source files
|
2023-12-27 18:54:20 +01:00 |
|
smallmodel
|
fae261d7da
|
UI game message fix
|
2023-12-27 15:43:28 +01:00 |
|
smallmodel
|
edd25b9264
|
Readded support for supporting configstrings in multiple chunks
|
2023-12-27 15:13:42 +01:00 |
|
smallmodel
|
bc54f22639
|
Crosshair is now handled by the cgame module
|
2023-11-07 22:44:13 +01:00 |
|
smallmodel
|
260876b1a2
|
Always print messages to console regardless of whether or not it's a game message / death message
|
2023-11-04 00:23:49 +01:00 |
|
smallmodel
|
e4fc074f09
|
Formatted cl_ui source files
|
2023-11-04 00:22:35 +01:00 |
|
smallmodel
|
e49833737d
|
Fixed label showing when stat alpha is 0
|
2023-10-03 12:21:24 +02:00 |
|
smallmodel
|
c442942022
|
Using text outlines
|
2023-10-03 01:49:59 +02:00 |
|
smallmodel
|
001704b22e
|
Implemented LayoutPlayerStatAlpha and LayoutStatbarShader_Marker
|
2023-10-03 00:48:41 +02:00 |
|
smallmodel
|
6274d9a1e9
|
Added UI_StartLocalSoundDialog, UI_FadeSound and UI_StopAll imports
|
2023-10-02 21:11:32 +02:00 |
|
smallmodel
|
5fa9d91401
|
Added S_StartLocalSoundChannel
|
2023-10-02 21:11:16 +02:00 |
|
smallmodel
|
5f12be2037
|
Formatted source files
|
2023-10-02 19:18:25 +02:00 |
|
smallmodel
|
13931c40cb
|
Added playerstatalpha and statbar_shader_marker from 2.0
|
2023-10-02 19:16:12 +02:00 |
|
smallmodel
|
5799bcceb2
|
Fixed buffer overflow for szBlah
|
2023-10-02 00:07:54 +02:00 |
|
smallmodel
|
ed6839dc99
|
Export DebugPrintf for client
|
2023-09-17 19:34:10 +02:00 |
|
smallmodel
|
67556a88f1
|
Fixed errors when compiling with DEBUG_MEMORY
|
2023-09-07 19:06:06 +02:00 |
|
smallmodel
|
c5a46be23e
|
Optimized calls to Event() (avoid allocating a new Event when it can be reused)
|
2023-09-07 18:22:07 +02:00 |
|
smallmodel
|
5ea3fc28f7
|
Added FS_ListFilteredFiles, FS_FreeFileList, R_GetModelName and R_GetShaderName to client game imports
|
2023-09-06 20:31:50 +02:00 |
|
smallmodel
|
02db904336
|
Made CG_SaveStateToBuffer and CG_LoadStateToBuffer use a size_t
|
2023-09-05 20:31:24 +02:00 |
|
smallmodel
|
260a95c05e
|
Added S_SaveData (unimplemented)
|
2023-09-05 20:17:51 +02:00 |
|
smallmodel
|
99d633587f
|
Renamed S_StopAllSounds to S_StopAllSounds2
|
2023-09-05 20:17:38 +02:00 |
|
smallmodel
|
673535dc08
|
Clear aliases in CL_Vid_Restart_f
|
2023-08-30 21:54:15 +02:00 |
|
smallmodel
|
f84794acbe
|
Added sv_pure support from ioq3 and mohaas/mohaab
|
2023-08-30 20:35:47 +02:00 |
|
smallmodel
|
394abbdb6f
|
Fixed IPv6 not working with connect command
|
2023-08-30 19:36:17 +02:00 |
|
smallmodel
|
5ebb9c61f9
|
Removed call to NET_Init (already called from main())
|
2023-08-29 01:08:09 +02:00 |
|
smallmodel
|
acc8081ef2
|
Added checksum return parameter in CL_CM_LoadMap for cgame
|
2023-08-28 20:28:59 +02:00 |
|
smallmodel
|
f67ab4ec7f
|
Fixed HUD being hidden when in camera (like MG42)
|
2023-08-27 18:56:37 +02:00 |
|
smallmodel
|
cf7914b6f8
|
Fixed compiler warning about void* to int
|
2023-08-26 20:23:00 +02:00 |
|
smallmodel
|
5e2f5010f8
|
Fixed demo recording with different protocols
|
2023-08-21 00:20:04 +02:00 |
|
smallmodel
|
94ab4a5ac5
|
Moved MSG_ReadServerFrameTime and MSG_WriteServerFrameTime to qcommon/msg.cpp
|
2023-08-21 00:09:00 +02:00 |
|
smallmodel
|
20282ffa56
|
Fixed +speed having inverted up/down
|
2023-08-20 14:44:46 +02:00 |
|
smallmodel
|
ba5b2adf94
|
Fixed rcon command not working
|
2023-08-19 00:34:47 +02:00 |
|