Commit graph

19 commits

Author SHA1 Message Date
Knightmare66
c206d0a449 Undo previous commit. Fixing the maps.lst external loading will require a more complex approach. 2019-05-06 21:23:30 -04:00
Knightmare66
9c5fca4da2 Fixed maps.lst inside pak file overridding the external version of this file in baseq2.
Blacklisted maps.lst from loading from pak files.
Cleaned up unneeded va() string expansion in cl_main.c->CL_Connect_f().
2019-05-05 13:07:41 -04:00
Knightmare66
5dcda933a3 Update very old todo.txt 2019-04-24 16:15:45 -04:00
Knightmare66
b970b0a2a5 Moved change log into its own text fille. 2019-04-24 16:06:56 -04:00
Knightmare66
996814d7e5 Assign 0 value to aliasLightDir in renderer/r_alias.c. 2019-04-24 14:51:07 -04:00
Knightmare66
f9f4527aa4 Fixed output message for CL_WriteConfig_f() to only output when successful. 2019-04-24 02:53:29 -04:00
Knightmare66
5c92e97c2e Restored male/grunt default baseclientinfo for multiplayer games. 2019-04-24 01:22:44 -04:00
Knightmare66
905c57708f Moved last reset of texture precache counter from .jpg to .tga loop.
This misplacement was the result of a reordering of the texture format download order.
2019-04-23 12:58:01 -04:00
Knightmare66
cace814029 Set the teamplay box value based on dmflags. 2019-04-18 12:00:55 -04:00
Knightmare66
132b05f03a Added check for autosave slot in LoadGameCallback() to not specify a non-existent saveshot.
Check for minumum length of saveshot name in SCR_DrawLoading().
Skip STX char before map title in dedicated console output.
Increased number of failed images/textures and walsizes to 1024 from 256.
Added one last modType() -> FS_ModType() change I forgot to commit.
2019-04-16 19:15:25 -04:00
Knightmare66
66c41c11aa Fixed out-of-bounds array access when trying to draw saveshot for back action in save/load menus.
Also some other changes for renaming roguepath() to FS_RoguePath() I forgot to commit.
2019-04-15 15:00:12 -04:00
Knightmare66
af85a6bf80 Fix minor copypasta error in R_DrawGetPicSize(). 2019-04-05 15:56:13 -04:00
Knightmare66
da1f56a0c5 Removed message size check for 404 messages in HTTP downloading.
Renamed modType() and roguepath() functions in qcommon/files.c to FS_ModType() and FS_Roguepath().
2019-04-05 01:25:40 -04:00
Knightmare66
5fef64230e Fix up misc string handling in game code.
Replace strcpy/strcat in p_client.c->ClientUserinfoChanged() and q_shared.c->COM_DefaultExtension().
2019-03-28 21:37:34 -04:00
Knightmare66
fcfe248915 Added pointer check for values passed by reference to p_client.c->SelectSpawnPoint(). 2019-03-26 21:47:47 -04:00
Knightmare66
98687a5416 Updated change log in kmquake2.txt. 2019-03-14 17:32:55 -04:00
Knightmare66
00fe251fd1 Moved return added to Fog_Off() from previous commit to a more sensible position. 2019-03-13 20:30:02 -04:00
Knightmare66
09bcccf8bf Fix crash in fog code when loading save from different/incompatible game DLL. Add support for game DLLs compiled for current development version.
Fixed crash in Fog_Off() when called from ShutdownGame(), typically when trying to load an incompatible savegame from a different (or different version) game DLL.
Added filesytem function exports to game DLL from development branch to support game DLLs compiled for that version.
2019-03-13 19:54:41 -04:00
Knightmare66
f986267ae2 inital commit of full repository 2019-03-13 15:20:07 -04:00