DEADSOFTWARE

changed license to GPLv3 only; sorry, no trust to FSF anymore
[d2df-sdl.git] / src / shared / xdynrec.pas
2019-09-17 Ketmar Darkchanged license to GPLv3 only; sorry, no trust to FSF...
2017-10-07 Ketmar DarkMerge branch 'master' of ssh://repo.or.cz/d2df-sdl
2017-10-05 Dmitry D. ChernovCosmetic: DooM 2D:Forever -> Doom 2D: Forever
2017-09-28 Ketmar DarkFlexUI: simple styling system (yay, no more hardcoded...
2017-09-24 Ketmar Darkmempool is optional now
2017-09-22 Ketmar Darkslightly faster hashtable, and slightly nicer hashtable...
2017-09-17 Ketmar Darkparser and parser-dependent modules cosmetix
2017-09-17 Ketmar Darkturned on "SCOPEDENUMS" fpc option
2017-09-11 Ketmar Darkxdynrec: some code cleanup
2017-09-11 Ketmar Darksimple allocation counter for classes
2017-09-10 Ketmar Darkcosmetix: `curTime*` -> `getTime*`
2017-09-09 Ketmar Darksome more exoma code
2017-09-07 Ketmar Darkambient light for level (doesn't work with dynamic...
2017-09-07 Ketmar Darkxdynrec: TColor type (rgb, and optional a)
2017-09-07 Ketmar Darkmap records and fields can have optional tooltips ...
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 Darkmapdef cleanup; renamed some fields; mapdef.txt is...
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 Darkmplat fixes
2017-09-04 Ketmar Darkfixed segfault on loading invalid maps
2017-09-02 Ketmar Darkcorrectly freeing dynrecords; as a consequence, no...
2017-09-01 Ketmar Darkmoving platforms experiment (DO NOT USE YET!)
2017-09-01 Ketmar Darkxdynrec: some hackcode cleanup
2017-09-01 Ketmar Darkxdynrec: Variant API
2017-09-01 Ketmar Darkrestarting the same map will not reload textures (yay...
2017-09-01 Ketmar Darktrigger loading now works; map loading code cleanup
2017-09-01 Ketmar Darkno more old-styled map structured; sadly, most triggers...
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 Darktextmap: dramatically increased text map parsing speed...
2017-08-30 Ketmar Darktextmap: mosnterid in triggers is fuckin' special ...
2017-08-30 Ketmar Darkrelaxed map reader, so "bloodlust", for example, is...
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-29 Ketmar Darktextmap cosmetix
2017-08-29 Ketmar Darktextmap: binary i/o seems to work!
2017-08-27 Ketmar Darktextmap code cleanup
2017-08-27 Ketmar Darkmoved some utility functions from xparser to utils
2017-08-26 Ketmar Darktextmap writer fixes (and other fixes); binary writer...
2017-08-26 Ketmar Darkmore cosmetix
2017-08-26 Ketmar Darktextmaps: some code cleanup
2017-08-26 Ketmar Darkbinary writer for textmaps (aboslutely not tested with...
2017-08-26 Ketmar Darkxdyn cosmetix (File -> TStream)
2017-08-26 Ketmar Darkadded `binblock` to mapdef
2017-08-26 Ketmar Darkpreliminary textual map framework; DO NOT USE!