.. |
lunatic
|
Backport some CON profiling stuff from Lunatic. Use "printtimes" in the console.
|
2018-03-08 00:29:41 +00:00 |
_functio.h
|
Add quick save and quick load to the keyboard configuration menu
|
2018-05-04 22:42:31 +00:00 |
_midi.h
|
The great repository rearrangement of 2017.
|
2017-02-01 10:01:11 +00:00 |
_rts.h
|
The great repository rearrangement of 2017.
|
2017-02-01 10:01:11 +00:00 |
actors.cpp
|
Remove a few useless forward declarations and const-ify a couple of function parameters. Yawn.
|
2018-10-16 06:08:50 +00:00 |
actors.h
|
Update duke3d headers so that argument names in function declarations match the actual function definitions. This also removes const from function declarations in cases when it isn't meaningful.
|
2018-10-16 06:08:58 +00:00 |
android.h
|
Bring the previous commit into effect.
|
2017-02-01 10:20:54 +00:00 |
anim.cpp
|
anim.cpp: timerUpdate() before setting the start time of the animation so that delays outside of animation playback won't cause animations to skip
|
2018-06-12 20:28:02 +00:00 |
anim.h
|
New def tokens for "cutscene": "texturefilter", "forcefilter", "forcenofilter"
|
2017-12-12 05:13:38 +00:00 |
astub.cpp
|
Fix double free in osdcmd_do() and clean up the variable definitions while we're there
|
2018-10-25 23:29:25 +00:00 |
cheats.cpp
|
ud.showfps > 2 now shows Game Update time and Game Update & Draw time (along with the min & max Game Update time) for easier performance analysis
|
2018-05-08 17:32:11 +00:00 |
cheats.h
|
The great repository rearrangement of 2017.
|
2017-02-01 10:01:11 +00:00 |
cmdline.cpp
|
sscanf format parameter fixups
|
2018-10-25 23:29:20 +00:00 |
cmdline.h
|
The great repository rearrangement of 2017.
|
2017-02-01 10:01:11 +00:00 |
common.cpp
|
Replace remaining instances of regular malloc/calloc/realloc/strdup with our memory error handler versions
|
2018-10-25 23:28:56 +00:00 |
common_game.h
|
Update duke3d headers so that argument names in function declarations match the actual function definitions. This also removes const from function declarations in cases when it isn't meaningful.
|
2018-10-16 06:08:58 +00:00 |
config.cpp
|
Rework volume control to not completely suck
|
2018-10-25 23:32:50 +00:00 |
config.h
|
The great repository rearrangement of 2017.
|
2017-02-01 10:01:11 +00:00 |
demo.cpp
|
More function name shit
|
2018-04-12 21:04:00 +00:00 |
demo.h
|
The great repository rearrangement of 2017.
|
2017-02-01 10:01:11 +00:00 |
duke3d.h
|
Bump BYTEVERSION for previous change
|
2018-10-16 06:09:37 +00:00 |
events_defs.h
|
CON: Add EVENT_DAMAGESPRITE, EVENT_POSTDAMAGESPRITE, EVENT_DAMAGEWALL, EVENT_DAMAGECEILING, and EVENT_DAMAGEFLOOR.
|
2018-03-17 03:26:10 +00:00 |
function.h
|
Add quick save and quick load to the keyboard configuration menu
|
2018-05-04 22:42:31 +00:00 |
game.cpp
|
Rework volume control to not completely suck
|
2018-10-25 23:32:50 +00:00 |
game.h
|
Rework volume control to not completely suck
|
2018-10-25 23:32:50 +00:00 |
gamedef.cpp
|
Add per-sound volume support to audiolib. This allows you to control the volume of sounds independently from the distance-based system exposed through CON. To use this, you must define your sounds via the .def syntax and set the "volume" property--default is 1.0.
|
2018-10-25 23:32:14 +00:00 |
gamedef.h
|
Fix savegame crash issue
|
2018-09-28 04:27:48 +00:00 |
gamedefs.h
|
Lower DEFAULTMOUSESENSITIVITY to 4
|
2018-10-25 23:32:57 +00:00 |
gameexec.cpp
|
Add debug_break() to default case in VM_Execute()
|
2018-10-25 23:29:44 +00:00 |
gameexec.h
|
Update duke3d headers so that argument names in function declarations match the actual function definitions. This also removes const from function declarations in cases when it isn't meaningful.
|
2018-10-16 06:08:58 +00:00 |
GameListSource.game.h
|
The great repository rearrangement of 2017.
|
2017-02-01 10:01:11 +00:00 |
GameListSource.game.mm
|
The great repository rearrangement of 2017.
|
2017-02-01 10:01:11 +00:00 |
gamestructures.cpp
|
Remove redundant return statements
|
2018-10-16 06:08:42 +00:00 |
gamevars.cpp
|
The LZ4 versions of kdfread and kdfwrite don't have the size limitations that the LZW versions have
|
2018-10-16 06:09:32 +00:00 |
gamevars.h
|
Update duke3d headers so that argument names in function declarations match the actual function definitions. This also removes const from function declarations in cases when it isn't meaningful.
|
2018-10-16 06:08:58 +00:00 |
global.cpp
|
screens.cpp: Show average game update time over the last 100 game updates
|
2018-08-02 07:53:09 +00:00 |
global.h
|
screens.cpp: Show average game update time over the last 100 game updates
|
2018-08-02 07:53:09 +00:00 |
GrpFile.game.h
|
The great repository rearrangement of 2017.
|
2017-02-01 10:01:11 +00:00 |
GrpFile.game.mm
|
The great repository rearrangement of 2017.
|
2017-02-01 10:01:11 +00:00 |
grpscan.cpp
|
Add "rtsname" token to grpinfo grammar.
|
2018-02-11 05:03:55 +00:00 |
grpscan.h
|
Add "rtsname" token to grpinfo grammar.
|
2018-02-11 05:03:55 +00:00 |
in_android.cpp
|
Bring the previous commit into effect.
|
2017-02-01 10:20:54 +00:00 |
in_android.h
|
The great repository rearrangement of 2017.
|
2017-02-01 10:01:11 +00:00 |
input.cpp
|
Beginnings of baselayer.cpp/.h refactor. This is 99.9% renames.
|
2018-04-12 21:02:31 +00:00 |
input.h
|
The great repository rearrangement of 2017.
|
2017-02-01 10:01:11 +00:00 |
inv.h
|
Move addinventory command code into its own function.
|
2017-07-05 05:38:02 +00:00 |
keys.h
|
The great repository rearrangement of 2017.
|
2017-02-01 10:01:11 +00:00 |
m32common.cpp
|
Continuing the quest for clearer function names
|
2018-04-12 21:03:12 +00:00 |
m32def.cpp
|
sscanf format parameter fixups
|
2018-10-25 23:29:20 +00:00 |
m32def.h
|
CON: Add if statements if(var(var)){a,b}(e).
|
2018-01-31 05:23:48 +00:00 |
m32exec.cpp
|
Remove a few useless forward declarations and const-ify a couple of function parameters. Yawn.
|
2018-10-16 06:08:50 +00:00 |
m32structures.cpp
|
Continuing the quest for clearer function names
|
2018-04-12 21:03:12 +00:00 |
m32vars.cpp
|
Remove redundant return statements
|
2018-10-16 06:08:42 +00:00 |
macros.h
|
EDUKE32_STANDALONE stuff
|
2018-07-21 00:18:03 +00:00 |
mapster32.h
|
The great repository rearrangement of 2017.
|
2017-02-01 10:01:11 +00:00 |
mdump.cpp
|
Untabify minidumper
|
2018-10-25 23:30:46 +00:00 |
mdump.h
|
Route inclusion of all Windows headers through a new header, windows_inc.h.
|
2017-02-19 22:15:44 +00:00 |
menus.cpp
|
Rework volume control to not completely suck
|
2018-10-25 23:32:50 +00:00 |
menus.h
|
Don't use size_t for loop iterators (or other things not counted in bytes, realistically)
|
2018-10-25 23:31:54 +00:00 |
midi.cpp
|
MIDI/Windows: Immediately MPU_Init after MPU_Reset so that MIDI_Reset can take effect.
|
2018-03-22 04:48:57 +00:00 |
midi.h
|
The great repository rearrangement of 2017.
|
2017-02-01 10:01:11 +00:00 |
mpu401.cpp
|
Completely unused struct...?
|
2018-10-25 23:29:49 +00:00 |
mpu401.h
|
The great repository rearrangement of 2017.
|
2017-02-01 10:01:11 +00:00 |
music.cpp
|
Fix MIDI playback on non-Windows platforms
|
2018-05-19 14:14:18 +00:00 |
names.h
|
The great repository rearrangement of 2017.
|
2017-02-01 10:01:11 +00:00 |
namesdyn.cpp
|
The great repository rearrangement of 2017.
|
2017-02-01 10:01:11 +00:00 |
namesdyn.h
|
Add missing ifdef guards to namesdyn.h
|
2018-10-10 19:14:36 +00:00 |
net.cpp
|
Mapster32: use sc_XXX defines from scancodes.h instead of unlabeled hex scancodes when checking keystatus[]
|
2018-04-23 10:15:27 +00:00 |
net.h
|
NETCODE_DISABLE implementation tweaks. I think this is better.
|
2017-09-19 19:10:45 +00:00 |
osdcmds.cpp
|
Rework volume control to not completely suck
|
2018-10-25 23:32:50 +00:00 |
osdcmds.h
|
The great repository rearrangement of 2017.
|
2017-02-01 10:01:11 +00:00 |
osdfuncs.cpp
|
Function names
|
2018-04-12 21:03:47 +00:00 |
osdfuncs.h
|
Update duke3d headers so that argument names in function declarations match the actual function definitions. This also removes const from function declarations in cases when it isn't meaningful.
|
2018-10-16 06:08:58 +00:00 |
player.cpp
|
Replace player number check with equivalent null pointer check
|
2018-10-25 23:30:08 +00:00 |
player.h
|
Update duke3d headers so that argument names in function declarations match the actual function definitions. This also removes const from function declarations in cases when it isn't meaningful.
|
2018-10-16 06:08:58 +00:00 |
premap.cpp
|
More sound work
|
2018-10-25 23:32:29 +00:00 |
premap.h
|
Support software renderer upscaling engine-side in sdlayer and sdlayer12 with various scaling factors (beyond just pixel doubling).
|
2018-07-14 21:36:44 +00:00 |
quotes.h
|
The great repository rearrangement of 2017.
|
2017-02-01 10:01:11 +00:00 |
rts.cpp
|
More function name cleanup
|
2018-04-12 21:03:30 +00:00 |
rts.h
|
The great repository rearrangement of 2017.
|
2017-02-01 10:01:11 +00:00 |
savegame.cpp
|
More sound work
|
2018-10-25 23:32:29 +00:00 |
savegame.h
|
Savegame cleanup
|
2018-10-25 23:31:45 +00:00 |
sbar.cpp
|
Fix some inaccuracies to the released versions of NAM and WWII GI.
|
2018-05-02 07:12:49 +00:00 |
sbar.h
|
Remove the implicit "static" from our FORCE_INLINE macro.
|
2017-02-25 08:15:53 +00:00 |
screens.cpp
|
More sound work
|
2018-10-25 23:32:29 +00:00 |
screens.h
|
Respect r_maxfps in menus and on startup/bonus/end screens
|
2017-06-23 03:59:26 +00:00 |
screentext.cpp
|
Continuing the quest for clearer function names
|
2018-04-12 21:03:12 +00:00 |
screentext.h
|
Update duke3d headers so that argument names in function declarations match the actual function definitions. This also removes const from function declarations in cases when it isn't meaningful.
|
2018-10-16 06:08:58 +00:00 |
sdlmusic.cpp
|
sdlmusic: Slight cosmetic cleanup
|
2018-05-19 14:14:25 +00:00 |
sector.cpp
|
More sound work
|
2018-10-25 23:32:29 +00:00 |
sector.h
|
Update duke3d headers so that argument names in function declarations match the actual function definitions. This also removes const from function declarations in cases when it isn't meaningful.
|
2018-10-16 06:08:58 +00:00 |
soundefs.h
|
The great repository rearrangement of 2017.
|
2017-02-01 10:01:11 +00:00 |
sounds.cpp
|
Rework volume control to not completely suck
|
2018-10-25 23:32:50 +00:00 |
sounds.h
|
Rework volume control to not completely suck
|
2018-10-25 23:32:50 +00:00 |
sounds_common.h
|
The great repository rearrangement of 2017.
|
2017-02-01 10:01:11 +00:00 |
sounds_mapster32.cpp
|
Add per-sound volume support to audiolib. This allows you to control the volume of sounds independently from the distance-based system exposed through CON. To use this, you must define your sounds via the .def syntax and set the "volume" property--default is 1.0.
|
2018-10-25 23:32:14 +00:00 |
sounds_mapster32.h
|
The great repository rearrangement of 2017.
|
2017-02-01 10:01:11 +00:00 |
soundsdyn.cpp
|
The great repository rearrangement of 2017.
|
2017-02-01 10:01:11 +00:00 |
soundsdyn.h
|
Add missing ifdef guards to soundsdyn.h
|
2018-10-10 19:14:20 +00:00 |
startgtk.game.cpp
|
Engine function name cleanup round 2
|
2018-04-12 21:02:51 +00:00 |
startosx.game.mm
|
macOS build fix
|
2018-04-23 06:36:14 +00:00 |
startwin.game.cpp
|
Engine function name cleanup round 2
|
2018-04-12 21:02:51 +00:00 |
startwin.game.h
|
The great repository rearrangement of 2017.
|
2017-02-01 10:01:11 +00:00 |
winbits.cpp
|
Clean up error handling in shitty G_GetVersionFromWebsite() function
|
2018-10-10 19:14:41 +00:00 |