DEADSOFTWARE

tools: fix build with sdl2
[d2df-sdl.git] / src / shared /
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-02 fgsfdsfix build on x86_64 (fuck you, FPC)
2017-09-02 Ketmar Darkhacked in on/off triggers for lifts
2017-09-02 Ketmar Darkmigrating from PanelIDs to panel GUIDs; part one
2017-09-01 Ketmar Darkmoving platforms experiment (DO NOT USE YET!)
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 Darkrestarting the same map will not reload textures (yay...
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 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 Darkmoved tools to separate directory; moved "mapdef.txt...
2017-08-30 Ketmar Darksmoother camera on stairs/slopes
2017-08-30 Ketmar Darkmore cosmetix
2017-08-30 Ketmar Darkcosmetic fixes, optimization flag changes
2017-08-30 Ketmar Darkhashtable: StrInt hash
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-29 Ketmar Darksome fixes for recursive grid queries (grid doesn't...
2017-08-29 Ketmar Darkmore enumerators in hashtable
2017-08-28 Ketmar Darkcompletely rebindable keyboard and mouse in Holmes
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 Darkrenamed "mapdesc.txt" to "mapdef.txt"
2017-08-26 Ketmar Darkadded `binblock` to mapdef
2017-08-26 Ketmar Darkmore typos
2017-08-26 Ketmar Darktypo
2017-08-26 Ketmar Darkpushed "mapdesc.txt" for textual maps
2017-08-26 Ketmar Darkpreliminary textual map framework; DO NOT USE!
2017-08-25 Ketmar Darkuse idpool to allocate new item object
2017-08-25 Ketmar Darkidpool: it is now possible to request the specified id
2017-08-25 Ketmar Darkadded TIdPool (idpool.pas)
2017-08-25 Ketmar Darkstarted `conRegVar()` API (only for booleans for now)
2017-08-25 Ketmar Darkturned on typeinfo (preparing for text-mode maps magic)
2017-08-24 Ketmar Darkadded `utils.formatstrf()`; added `e_LogWritefln()...
2017-08-23 Ketmar Darkno more tree traces (i hope); still not working right
2017-08-23 Ketmar Darkremoved all mentions of dynaabb tree from the sources...
2017-08-21 Ketmar Darkfaster hash clears
2017-08-21 Ketmar Darkxprofiler: made curtime getters public
2017-08-21 Ketmar Darkg_weapons.g_Weapon_gun: faster traces (i hope)
2017-08-21 Ketmar Darkadded simple hash table tester
2017-08-21 Ketmar Darkhashtable: resize bugfix; `forEach()` iterator
2017-08-21 Ketmar Darkremoved unnecessary indirection in hash table
2017-08-21 Ketmar Darksome optimizations in hash table
2017-08-21 Ketmar Darkhashtable cosmetix
2017-08-21 Ketmar Darkadded robin hood hash table implementation
2017-08-20 Ketmar Darkreplaced some var args to constref args
2017-08-19 Ketmar Darkno more global `gItems[]` array; created DynTree for...
2017-08-18 Ketmar Darkpointer taking is typed now (it is safer this way)
2017-08-18 Ketmar Darkchanged mode from DELPHI to OBJFPC (with heavy customiz...
2017-08-18 Ketmar Darksome cosmetix in common compiler flags
2017-08-18 Ketmar DarkSweep-And-Prune broad phase implementation; not working yet
2017-08-17 Ketmar Darkadaptive profiler history length (not really)
2017-08-17 Ketmar Darkmore profiler fixes
2017-08-17 Ketmar Darkmore profiling code
2017-08-17 Ketmar Darkmore profiler code; smoothing values, history
2017-08-17 Ketmar Darkmore profiler code
2017-08-17 Ketmar Darkprofiler
2017-08-17 Ketmar Darkmoved compiler options to shared/a_modes.inc; turned...
2017-08-09 binarymasterAdd flamethrower weapon, item and ammo
2017-08-01 fgsfdsfixed pointer arithmetics; headless uses dummy audio...
2017-07-30 DeaDDooMERoops, forgot to insert NativUInt scripts
2017-07-30 DeaDDooMERNativeInt -> NativeUInt for pointers
2017-07-30 DeaDDooMERFix access violation on x86_64
2017-03-02 binarymastertrigger turret: add aim modes
2016-06-28 FGSFDSFGScan load map scripts from wads now
2016-06-21 Ketmar Darkmap reader now independent of record size and alignment
2016-06-21 Ketmar DarkMerge branch 'master' of ssh://repo.or.cz/d2df-sdl
2016-06-21 Ketmar Darkmapio
2016-06-20 binarymasterUpdate trigger shot structure to avoid alignment problems
2016-04-25 Ketmar Dark"--log" cli arg; fixed bug with console output (endless...
2016-04-25 Ketmar Darkrestored console logs in headless mode
2016-04-25 Ketmar Darkadded license info
2016-04-24 Ketmar Darkwadcvt can convert images to pngs
2016-04-24 Ketmar Darkanimated textures loader simplified alot
2016-04-24 Ketmar Darksfs: small fix
2016-04-23 Ketmar Darklog messages now written to console too
2016-04-22 Ketmar Darkfixed warning (and subtle bug) in zlib stream
2016-04-22 Ketmar Darkremoved debug output in wadreader
2016-04-22 Ketmar Darksfs, wadreader: much better searching for files inside...
2016-04-22 Ketmar Darkxstreams: fixed seeking in compressed stream
2016-04-22 Ketmar Darkno more path splitting in wad reading, it's useless
next