DEADSOFTWARE

Net: Buffer outgoing messages
[d2df-sdl.git] / src / shared /
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
2016-04-18 Ketmar Darkxstreams.pas: fixed bug in TUnZStream
2016-04-18 Ketmar Darkutils: added endian-neutral integer i/o functions
2016-04-18 Ketmar Darkput "{$MODE ...}" directive in each source file; remove...
2016-04-18 Ketmar Darkrenamed some dirs; moved some files
2016-04-18 Ketmar Darkmore sfs cleanup; slightly faster DFWAD processing
2016-04-18 Ketmar Darkwads works again!
2016-04-18 Ketmar Darkmore sfs refactoring
2016-04-18 Ketmar Darksfs and wad code refactoring: part 1
2016-04-17 Ketmar Darknetwork: it should find correct files on POSIX now...
2016-04-17 Ketmar Darkremoved warning
2016-04-17 Ketmar Darknetwork fix: proper wad searching, case-insensitive...
2016-04-15 Ketmar Darkadded "SFSFastMode" hidden option; turned on by default
2016-04-15 Ketmar Darksfs: hackfix for utf-8 encoded names in zips
2016-04-12 Ketmar Darkcase-insensitive wad fopen (only filenames, pathes...
2016-04-08 Ketmar Darkfixed small memory leak in archive reader
2016-04-08 Ketmar Darksearch files in archives starting from last
2016-04-08 Ketmar Darkproper (i hope) support for '.wad', '.pk3' and '.zip...
2016-04-08 Ketmar Darkproper GUI fix for file listers
2016-04-08 Ketmar Darksfs now removing extensions from files
2016-04-08 Ketmar Darkalso, .pk3 seems to work now
2016-04-08 Ketmar Darksfs: remove common dir from pk3 (this should fix invali...
2016-04-08 Ketmar Darksfs: using locale-insensitive comparisons
2016-04-07 Ketmar Darksfs system now works!
2016-04-07 Ketmar Darkno more d2d:f built-in dfwad reader, it now using sfs...
2016-04-07 Ketmar Darkremoving dfwad writing abilities; removed "--testdelete...
2016-04-06 Ketmar Darkremoved trailing spaces all over the source
2016-04-05 Ketmar Darkwarnings for -O3
2016-04-05 FGSFDSFGSinitial commit: