DEADSOFTWARE

added d_mem command
[d2df-sdl.git] / src / game / Doom2DF.dpr
2017-09-11 fgsfdsadded d_mem command
2017-09-10 Ketmar Darkcosmetix: `curTime*` -> `getTime*`
2017-09-08 Ketmar Darksave/load fixes
2017-09-03 Ketmar Darkgame should write stack trace on exceptions now
2017-08-30 Ketmar Darkno more old mapreader: use textmap reader both for...
2017-08-29 Ketmar Darkthe game is able to read text maps now (WARNING! the...
2017-08-28 Ketmar Darkcompletely rebindable keyboard and mouse in Holmes
2017-08-25 Ketmar Darkuse idpool to allocate new item object
2017-08-24 Ketmar Darkadded "--safe-log" cli arg: log writer will be slower...
2017-08-24 Ketmar Darkadded `utils.formatstrf()`; added `e_LogWritefln()...
2017-08-23 Ketmar Darkmoved debug inspector to g_holmes.pas
2017-08-23 Ketmar Darkremoved all mentions of dynaabb tree from the sources...
2017-08-21 Ketmar Darkadded robin hood hash table implementation
2017-08-20 fgsfdsreplaced e_fixedbuffer with e_msg
2017-08-18 Ketmar Darkchanged mode from DELPHI to OBJFPC (with heavy customiz...
2017-08-18 Ketmar Darkdynamic aabb tree implementation (ported from D, comple...
2017-08-18 Ketmar DarkSweep-And-Prune broad phase implementation; not working yet
2017-08-17 Ketmar Darkprofiler
2017-08-02 fgsfdsupdated enet headers
2017-08-01 fgsfdsfixed pointer arithmetics; headless uses dummy audio...
2017-07-31 fgsfdsremove scripts
2016-06-29 FGSFDSFGSfix script bugs; allow require()
2016-04-25 Ketmar Dark"--log" cli arg; fixed bug with console output (endless...
2016-04-25 Ketmar Darkadded license info
2016-04-23 Ketmar Darklog messages now written to console too
2016-04-22 Ketmar Darkadded Vampyre Imaging Library; now textures can be...
2016-04-18 Ketmar Darkput "{$MODE ...}" directive in each source file; remove...
2016-04-18 Ketmar Darkmore sfs refactoring
2016-04-18 Ketmar Darksfs and wad code refactoring: part 1
2016-04-16 Ketmar Darkadded "--gdb" cli arg to stop df from eating exceptions
2016-04-15 FGSFDSFGSadded headless mode
2016-04-08 Ketmar Darkproper (i hope) support for '.wad', '.pk3' and '.zip...
2016-04-07 Ketmar Darkadded my old SFS (vfs ;-) system
2016-04-07 Ketmar Darkrestored fmod sound driver
2016-04-06 Ketmar Darkfmod -> sdl2 mixer, first part: we have sounds now...
2016-04-06 FGSFDSFGSmoved to SDL2
2016-04-05 Jabberwock-RUMerge branch 'master' of https://repo.or.cz/d2df-sdl
2016-04-06 Ketmar Darkmoved windoze directives to "ifdef" blocks
2016-04-05 FGSFDSFGSinitial commit: