DEADSOFTWARE

d2df-sdl.git
2017-09-07 Ketmar Darkcenter player when the game is scaled (lighting is...
2017-09-07 Ketmar Darkallow 'mywad.wad:/map01' in '-map' and other similar...
2017-09-07 Ketmar Darkcosmetix in dynrecs; fixed mapcvt
2017-09-06 Ketmar Darkxdynrec: more API works
2017-09-06 Ketmar Darkdynrec API documenting and cleanup (still has some...
2017-09-06 Ketmar Dark"--write-mapdef" cli arg to write "mapdef.txt" and...
2017-09-06 Ketmar Darkmapdef.txt cosmetix
2017-09-06 Ketmar Darkmapdef cleanup; renamed some fields; mapdef.txt is...
2017-09-06 Ketmar Darktrigger field renames
2017-09-06 Ketmar Darkremoved duplicate ucs2->1251 conversion function
2017-09-06 Ketmar Darkrender fixes for NPOT textures and mplat with size...
2017-09-06 Ketmar Darknetwork/panel code cleanup
2017-09-06 Ketmar Darknetwork code for mplats: looks like it works; see commi...
2017-09-05 Ketmar Darkentity now can be squashed by growing mplats (imagine...
2017-09-05 Ketmar Darkdon't be *too* smart: `swapInt()` should not do xor...
2017-09-05 Ketmar Darkgrid: clip rect outside of the loops in `forEachInAABB()`
2017-09-05 Ketmar Darkgrid: fixed update bug with resized bodies ('cmon,...
2017-09-05 Ketmar Darkooops
2017-09-05 Ketmar Darkslightly faster(?) tile walker
2017-09-05 Ketmar Darkshitfix (incorrect, but working) for lines starting...
2017-09-05 Ketmar Dark`forEachAlongLine()` switched to `TLineWalker`
2017-09-05 Ketmar Darkslightly better `traceBox()`
2017-09-05 Ketmar Darknew raycaster, based on seg-vs-aabb intersections;...
2017-09-05 Ketmar Dark.cfg option to control autoswitching to superfist:...
2017-09-05 Ketmar Darksome npot fixes; not really working
2017-09-05 Ketmar Darkuntested code for NPOT resizing panels
2017-09-05 Ketmar Darkslightly better mplat rendering (no support for NPOT...
2017-09-05 Ketmar Darkxdynrec: double free on exception while parsing
2017-09-05 Ketmar Darkcosmetix
2017-09-05 Ketmar Darkmplat fixes
2017-09-04 Ketmar Darkmplat: some code for moving "steps"
2017-09-04 Ketmar Dark`traceBox()` API bugfix; squashing now works (i hope)
2017-09-04 Ketmar Darkmplat code for monsters, corpses and gibs; see commit...
2017-09-04 Ketmar Darksome new code for moving platforms: only for players yet
2017-09-04 Ketmar Darkparticles: fixes for mplats
2017-09-04 Ketmar Darkgrid: `traceBox()` API; `sweepAABB()` API
2017-09-04 Ketmar Darkfixed segfault on loading invalid maps
2017-09-03 Ketmar Darkgibs and corpses now affected by mplats
2017-09-03 Ketmar Dark"suicide" console command now works in singleplayer...
2017-09-03 Ketmar Darkfield namefix: `FLive` -> `FAlive`; `live` -> `alive`
2017-09-03 Ketmar Darkparticle cosmetix for mplats
2017-09-03 Ketmar Darkmplat bug: it was EXTREMELY wise to ask monster grid...
2017-09-03 Ketmar DarkHolmes: option to highlight panel cells in grid
2017-09-03 Ketmar Darkcosmetix
2017-09-03 Ketmar Darkholmes cosmetix
2017-09-03 Ketmar Darkgame should write stack trace on exceptions now
2017-09-03 Ketmar Dark"hlm_ui_scale" convar; "--holmes_ui_scale" cli arg...
2017-09-02 Ketmar Darksome code to squash monsters and players by mplats...
2017-09-02 Ketmar Darksome accessors to publish more properties
2017-09-02 Ketmar Darkcorrectly freeing dynrecords; as a consequence, no...
2017-09-02 Ketmar Darkparticles: water cosmetix
2017-09-02 Ketmar Darkparticles: still emit water if player fell into water...
2017-09-02 Ketmar Darkparticles: sparks should die in liquid (pshhhhh!)
2017-09-02 Ketmar Darkparticles: fixed "in liquid" check bug
2017-09-02 Ketmar Darkmore particles code; still somewhat buggy with mplats...
2017-09-02 Ketmar DarkF3 at titlepic/menu will show "load game" dialog: bugfix
2017-09-02 Ketmar DarkF3 at titlepic/menu will show "load game" dialog
2017-09-02 Ketmar Darkdon't turn off monsters in CTF
2017-09-02 Ketmar Darkparticles: removed unused water code
2017-09-02 Ketmar Darkparticles: water and bubbles
2017-09-02 Ketmar Darkparticles: new blood seems to work (albeit small raycas...
2017-09-02 Ketmar Darknew code for blood particles (other particles are turne...
2017-09-02 fgsfdsfix build on x86_64 (fuck you, FPC)
2017-09-02 Ketmar Darksaving all panels to savegame, 'cause why not
2017-09-02 Ketmar Darkloading game now properly fixes enabled/disabled state...
2017-09-02 Ketmar Darkhacked in on/off triggers for lifts
2017-09-02 Ketmar Darkmigrating from PanelIDs to panel GUIDs; part two
2017-09-02 Ketmar Darkmigrating from PanelIDs to panel GUIDs; part one
2017-09-01 Ketmar Dark"dbg_scale" debug variable
2017-09-01 Ketmar Darkfaster particles awakening
2017-09-01 Ketmar Darksaving/loading moving panels
2017-09-01 Ketmar Darkmoving platforms experiment (DO NOT USE YET!)
2017-09-01 Ketmar Darkslightly faster (i hope) particles
2017-09-01 Ketmar Darkfinally fixed (i hope) orthotrace bug; turned on orthot...
2017-09-01 Ketmar Darkremoved unused code from particle system
2017-09-01 Ketmar Darkcosmetix
2017-09-01 Ketmar Darkdo not turn off mosters in DM games (Jah request)
2017-09-01 Ketmar Darkmade some class' properties published for Holmes
2017-09-01 Ketmar Darkxdynrec: some hackcode cleanup
2017-09-01 Ketmar Darkxdynrec: Variant API
2017-09-01 Ketmar Darkadded masterserver sources
2017-09-01 Ketmar Darkremoved src/sheditor (obsolete and unused code)
2017-09-01 Ketmar Darkclearing input buffer after loading a map (fixes occasi...
2017-09-01 Ketmar Darkrestarting the same map will not reload textures (yay...
2017-09-01 Ketmar Darkshow map loading update once per 300 msec; it nearly...
2017-09-01 Ketmar Darkremoved some debug output
2017-09-01 Ketmar Darksave/load seems to work now
2017-09-01 Ketmar Darktrigger loading now works; map loading code cleanup
2017-09-01 Ketmar DarkHolmes can draw triggers now
2017-09-01 Ketmar Darksome triggers are working now
2017-09-01 Ketmar Darkno more old-styled map structured; sadly, most triggers...
2017-08-31 fgsfdsslightly fixed README
2017-08-31 Ketmar Darkcosmetix in textmaps: tried to make it even faster...
2017-08-31 Ketmar Darkmade textmap parsing three times faster
2017-08-31 Ketmar DarkHolmes, please, there are no criminals in dedicated...
2017-08-31 Ketmar Darkfixed wadcvt compiling
2017-08-31 Ketmar Darktextmap: dramatically increased text map parsing speed...
2017-08-31 Ketmar Darkadded "dbg_scale_half" experimental deBUG mode
2017-08-31 Ketmar Darkremoved one debug message
2017-08-31 Ketmar Darkadded some alternative texture names ==> simple zipping...
next