DEADSOFTWARE

d2df-sdl.git
6 years agomore code for tracing and other shit; NOTHING IS WORKING YET
Ketmar Dark [Tue, 22 Aug 2017 15:03:00 +0000 (18:03 +0300)]
more code for tracing and other shit; NOTHING IS WORKING YET

6 years agomore grid code uglification -- should be a little faster now
Ketmar Dark [Tue, 22 Aug 2017 12:12:24 +0000 (15:12 +0300)]
more grid code uglification -- should be a little faster now

  uglified grid code even more: each proxy now has "enabled" flag,
  and traces without callbacks (most "did collide with anything?"
  traces aren't interested in exact collision info) will return
  simple true/false flag, so we can avoid expensive callback
  invocation.

  not working yet, tho: i fucked up flag checking somewhere

6 years agono more "correct offsets" in particle engine
Ketmar Dark [Tue, 22 Aug 2017 11:16:06 +0000 (14:16 +0300)]
no more "correct offsets" in particle engine

  previous ray tracer was bugged: it could return position inside wall,
  so particles were trying to "compensate" for that (wrongly). and they
  were doing it on *each*(!) think step.

  as particles are pure eye candy (and i rewrote ray tracer), i removed
  that "compensator" altogether.

6 years agomore particle control options
Ketmar Dark [Tue, 22 Aug 2017 10:47:40 +0000 (13:47 +0300)]
more particle control options

6 years agoalternate sky scaling
fgsfds [Tue, 22 Aug 2017 15:26:01 +0000 (18:26 +0300)]
alternate sky scaling

6 years agomore fixes to grid; dunno, seems to work again
Ketmar Dark [Tue, 22 Aug 2017 00:57:58 +0000 (03:57 +0300)]
more fixes to grid; dunno, seems to work again

6 years agogrid code uglification; particles are great again (i hope)
Ketmar Dark [Mon, 21 Aug 2017 23:58:26 +0000 (02:58 +0300)]
grid code uglification; particles are great again (i hope)

6 years agono more tree for map
Ketmar Dark [Mon, 21 Aug 2017 23:21:29 +0000 (02:21 +0300)]
no more tree for map

6 years agomap ray tracer now using grid instead of tree
Ketmar Dark [Mon, 21 Aug 2017 23:07:27 +0000 (02:07 +0300)]
map ray tracer now using grid instead of tree

6 years agofaster hash clears
Ketmar Dark [Mon, 21 Aug 2017 21:49:45 +0000 (00:49 +0300)]
faster hash clears

6 years agoremoved some unused code
Ketmar Dark [Mon, 21 Aug 2017 21:01:24 +0000 (00:01 +0300)]
removed some unused code

6 years agoremoved some unused code
Ketmar Dark [Mon, 21 Aug 2017 20:59:03 +0000 (23:59 +0300)]
removed some unused code

6 years agorestored particles
Ketmar Dark [Mon, 21 Aug 2017 20:56:25 +0000 (23:56 +0300)]
restored particles

6 years agobetter wall tracer
Ketmar Dark [Mon, 21 Aug 2017 20:17:26 +0000 (23:17 +0300)]
better wall tracer

6 years agobetter hitscan tracer; no more level trace bitmap (but no more particles too, alas)
Ketmar Dark [Mon, 21 Aug 2017 20:11:19 +0000 (23:11 +0300)]
better hitscan tracer; no more level trace bitmap (but no more particles too, alas)

6 years agonew tree-based weapon hitscan tracer (sometimes it is faster than the old one, someti...
Ketmar Dark [Mon, 21 Aug 2017 19:28:08 +0000 (22:28 +0300)]
new tree-based weapon hitscan tracer (sometimes it is faster than the old one, sometimes it is slower...)

6 years agoxprofiler: made curtime getters public
Ketmar Dark [Mon, 21 Aug 2017 18:41:51 +0000 (21:41 +0300)]
xprofiler: made curtime getters public

6 years agog_weapons.g_Weapon_gun: faster traces (i hope)
Ketmar Dark [Mon, 21 Aug 2017 17:01:41 +0000 (20:01 +0300)]
g_weapons.g_Weapon_gun: faster traces (i hope)

6 years agoadded simple hash table tester
Ketmar Dark [Mon, 21 Aug 2017 14:49:04 +0000 (17:49 +0300)]
added simple hash table tester

6 years agohashtable: resize bugfix; `forEach()` iterator
Ketmar Dark [Mon, 21 Aug 2017 14:39:41 +0000 (17:39 +0300)]
hashtable: resize bugfix; `forEach()` iterator

6 years agoconsole commands can have help strings (somebody, please, add 'em! ;-)
Ketmar Dark [Mon, 21 Aug 2017 13:15:44 +0000 (16:15 +0300)]
console commands can have help strings (somebody, please, add 'em! ;-)

6 years agobetter console completion
Ketmar Dark [Mon, 21 Aug 2017 13:03:49 +0000 (16:03 +0300)]
better console completion

6 years ago"mon_sq_enabled" console command
Ketmar Dark [Mon, 21 Aug 2017 12:47:28 +0000 (15:47 +0300)]
"mon_sq_enabled" console command

6 years agoremoved unnecessary indirection in hash table
Ketmar Dark [Mon, 21 Aug 2017 12:08:10 +0000 (15:08 +0300)]
removed unnecessary indirection in hash table

6 years agosome optimizations in hash table
Ketmar Dark [Mon, 21 Aug 2017 11:50:26 +0000 (14:50 +0300)]
some optimizations in hash table

6 years agohashtable cosmetix
Ketmar Dark [Mon, 21 Aug 2017 11:53:36 +0000 (14:53 +0300)]
hashtable cosmetix

6 years agoadded robin hood hash table implementation
Ketmar Dark [Mon, 21 Aug 2017 09:01:21 +0000 (12:01 +0300)]
added robin hood hash table implementation

6 years agoremoved "monidx" argument from monster spatial query callback (each monster has UIDs...
Ketmar Dark [Mon, 21 Aug 2017 05:18:32 +0000 (08:18 +0300)]
removed "monidx" argument from monster spatial query callback (each monster has UIDs, use UID to get monster object later!)

6 years agocosmetix
Ketmar Dark [Mon, 21 Aug 2017 05:12:48 +0000 (08:12 +0300)]
cosmetix

6 years agodyntree cosmetix
Ketmar Dark [Mon, 21 Aug 2017 04:37:37 +0000 (07:37 +0300)]
dyntree cosmetix

6 years agorewritten dyntree visitor; seems to fix segfaults (but i don't know why)
Ketmar Dark [Mon, 21 Aug 2017 04:25:23 +0000 (07:25 +0300)]
rewritten dyntree visitor; seems to fix segfaults (but i don't know why)

6 years agoreplaced some var args to constref args
Ketmar Dark [Sun, 20 Aug 2017 07:47:08 +0000 (10:47 +0300)]
replaced some var args to constref args

6 years agomore monster tree cosmetix
Ketmar Dark [Sun, 20 Aug 2017 06:20:15 +0000 (09:20 +0300)]
more monster tree cosmetix

6 years agomonster tree cosmetix
Ketmar Dark [Sun, 20 Aug 2017 06:17:12 +0000 (09:17 +0300)]
monster tree cosmetix

6 years agoaccelerated explosion sq
Ketmar Dark [Sun, 20 Aug 2017 05:33:19 +0000 (08:33 +0300)]
accelerated explosion sq

6 years agouse tree to check collisions with shot projectiles
Ketmar Dark [Sun, 20 Aug 2017 05:21:19 +0000 (08:21 +0300)]
use tree to check collisions with shot projectiles

6 years agofaster `g_weapons.CheckTrap()`
Ketmar Dark [Sun, 20 Aug 2017 05:13:29 +0000 (08:13 +0300)]
faster `g_weapons.CheckTrap()`

6 years agouidmap for monsters, so we don't have to do linear searches
Ketmar Dark [Sun, 20 Aug 2017 04:54:57 +0000 (07:54 +0300)]
uidmap for monsters, so we don't have to do linear searches

6 years agosome tree code for monsters
Ketmar Dark [Sun, 20 Aug 2017 03:35:37 +0000 (06:35 +0300)]
some tree code for monsters

6 years agono more tree for items (we don't need it)
Ketmar Dark [Sun, 20 Aug 2017 02:03:00 +0000 (05:03 +0300)]
no more tree for items (we don't need it)

6 years agoremoved e_writelog from g_netmaster
fgsfds [Sun, 20 Aug 2017 01:48:27 +0000 (04:48 +0300)]
removed e_writelog from g_netmaster

6 years agoreplaced e_fixedbuffer with e_msg
fgsfds [Sun, 20 Aug 2017 01:44:59 +0000 (04:44 +0300)]
replaced e_fixedbuffer with e_msg

6 years agono more public `gMonsters`
Ketmar Dark [Sun, 20 Aug 2017 00:21:14 +0000 (03:21 +0300)]
no more public `gMonsters`

6 years agoremoved unused function
Ketmar Dark [Sat, 19 Aug 2017 19:25:07 +0000 (22:25 +0300)]
removed unused function

6 years agog_language: Fix some interface strings
Dmitry D. Chernov [Sat, 19 Aug 2017 00:27:53 +0000 (10:27 +1000)]
g_language: Fix some interface strings

6 years agoconverted grid and tree to generics (fuck you, FPC! your generics fuckin' sux fuckin...
Ketmar Dark [Sat, 19 Aug 2017 19:07:36 +0000 (22:07 +0300)]
converted grid and tree to generics (fuck you, FPC! your generics fuckin' sux fuckin' balls!)

6 years agono more global `gItems[]` array; created DynTree for items (not used yet); also,...
Ketmar Dark [Sat, 19 Aug 2017 19:16:23 +0000 (22:16 +0300)]
no more global `gItems[]` array; created DynTree for items (not used yet); also, fixed FATAL bug in dyntree node manager

6 years agoadded `.positionChanged()` to (almost) all entities; don't forget to call it after...
Ketmar Dark [Sat, 19 Aug 2017 13:58:31 +0000 (16:58 +0300)]
added `.positionChanged()` to (almost) all entities; don't forget to call it after changing entity coords!

6 years agoRevert "don't flush enet every message"
fgsfds [Sat, 19 Aug 2017 16:03:35 +0000 (19:03 +0300)]
Revert "don't flush enet every message"

This reverts commit 42057f398fd17568bb3dbc00b6ffd8c97a99c5e1.

6 years ago`g_basic.g_CollideLevel()` now using accelerated coldet
Ketmar Dark [Sat, 19 Aug 2017 13:27:32 +0000 (16:27 +0300)]
`g_basic.g_CollideLevel()` now using accelerated coldet

6 years agorender code cleanup; collision code cleanup; reverted useless "speedup"
Ketmar Dark [Sat, 19 Aug 2017 13:22:00 +0000 (16:22 +0300)]
render code cleanup; collision code cleanup; reverted useless "speedup"

6 years agoprofiler cosmetix
Ketmar Dark [Sat, 19 Aug 2017 12:33:16 +0000 (15:33 +0300)]
profiler cosmetix

6 years agoslightly better memory locality
Ketmar Dark [Sat, 19 Aug 2017 12:20:45 +0000 (15:20 +0300)]
slightly better memory locality

6 years agointermediate commit (faster render and coldet; this commit won't build!)
Ketmar Dark [Sat, 19 Aug 2017 12:10:35 +0000 (15:10 +0300)]
intermediate commit (faster render and coldet; this commit won't build!)

6 years agopointer taking is typed now (it is safer this way)
Ketmar Dark [Fri, 18 Aug 2017 23:06:57 +0000 (02:06 +0300)]
pointer taking is typed now (it is safer this way)

6 years agochanged mode from DELPHI to OBJFPC (with heavy customization, see "shared/a_modes...
Ketmar Dark [Fri, 18 Aug 2017 23:04:26 +0000 (02:04 +0300)]
changed mode from DELPHI to OBJFPC (with heavy customization, see "shared/a_modes.inc")

6 years agoexperimental grid with buckets
Ketmar Dark [Fri, 18 Aug 2017 22:33:51 +0000 (01:33 +0300)]
experimental grid with buckets

6 years agotree: desperate attempts to win several microseconds...
Ketmar Dark [Fri, 18 Aug 2017 20:40:55 +0000 (23:40 +0300)]
tree: desperate attempts to win several microseconds...

6 years agoshit; "--dbg-mainwan" doesn't work; changed to "-dbg-mainwad"
Ketmar Dark [Fri, 18 Aug 2017 20:00:52 +0000 (23:00 +0300)]
shit; "--dbg-mainwan" doesn't work; changed to "-dbg-mainwad"

6 years ago"--dbg-mainwad-restore" and "--dbg-mainwad wad"
Ketmar Dark [Fri, 18 Aug 2017 19:36:27 +0000 (22:36 +0300)]
"--dbg-mainwad-restore" and "--dbg-mainwad wad"

6 years agocosmetix
Ketmar Dark [Fri, 18 Aug 2017 19:32:46 +0000 (22:32 +0300)]
cosmetix

6 years agoremoved some "try/finally" (sorry, it is FUCKIN' SLOW!)
Ketmar Dark [Fri, 18 Aug 2017 19:27:28 +0000 (22:27 +0300)]
removed some "try/finally" (sorry, it is FUCKIN' SLOW!)

6 years agocosmetic variable renamings
Ketmar Dark [Fri, 18 Aug 2017 19:18:28 +0000 (22:18 +0300)]
cosmetic variable renamings

6 years agoadded small speedup trick to gird (tree already has it)
Ketmar Dark [Fri, 18 Aug 2017 19:13:09 +0000 (22:13 +0300)]
added small speedup trick to gird (tree already has it)

6 years agomore tree/grid debug commands
Ketmar Dark [Fri, 18 Aug 2017 19:06:05 +0000 (22:06 +0300)]
more tree/grid debug commands

6 years agoREADME update
Ketmar Dark [Fri, 18 Aug 2017 18:51:27 +0000 (21:51 +0300)]
README update

6 years agocosmetix
Ketmar Dark [Fri, 18 Aug 2017 18:37:33 +0000 (21:37 +0300)]
cosmetix

6 years agoREADME repo URL fix
Ketmar Dark [Fri, 18 Aug 2017 18:33:42 +0000 (21:33 +0300)]
README repo URL fix

6 years agodon't use tree for drawing by default
Ketmar Dark [Fri, 18 Aug 2017 18:23:57 +0000 (21:23 +0300)]
don't use tree for drawing by default

6 years agocosmetix
Ketmar Dark [Fri, 18 Aug 2017 18:02:42 +0000 (21:02 +0300)]
cosmetix

6 years ago"t_dump_node_queries" (temp debug, DO NOT TOUCH)
Ketmar Dark [Fri, 18 Aug 2017 17:56:43 +0000 (20:56 +0300)]
"t_dump_node_queries" (temp debug, DO NOT TOUCH)

6 years agotree: use integers instead of floats (we don't really need floats, except for segment...
Ketmar Dark [Fri, 18 Aug 2017 17:45:19 +0000 (20:45 +0300)]
tree: use integers instead of floats (we don't really need floats, except for segment queries)

6 years agocosmetix
Ketmar Dark [Fri, 18 Aug 2017 17:36:17 +0000 (20:36 +0300)]
cosmetix

6 years agocosmetix
Ketmar Dark [Fri, 18 Aug 2017 17:07:08 +0000 (20:07 +0300)]
cosmetix

6 years agotree seems to work now
Ketmar Dark [Fri, 18 Aug 2017 16:55:14 +0000 (19:55 +0300)]
tree seems to work now

6 years ago"-dbg-mainwad" cli arg
Ketmar Dark [Fri, 18 Aug 2017 15:58:00 +0000 (18:58 +0300)]
"-dbg-mainwad" cli arg

6 years agomore tree code; still not working
Ketmar Dark [Fri, 18 Aug 2017 15:31:56 +0000 (18:31 +0300)]
more tree code; still not working

6 years agog_triggers.pas: fixed "Warning: Function result variable does not seem to initialized"
Ketmar Dark [Fri, 18 Aug 2017 15:19:12 +0000 (18:19 +0300)]
g_triggers.pas: fixed "Warning: Function result variable does not seem to initialized"

6 years agohidden "Game/DefaultMegawadStart" option to change default playing wads
Ketmar Dark [Fri, 18 Aug 2017 15:07:38 +0000 (18:07 +0300)]
hidden "Game/DefaultMegawadStart" option to change default playing wads

6 years agosome cosmetix in common compiler flags
Ketmar Dark [Fri, 18 Aug 2017 11:52:11 +0000 (14:52 +0300)]
some cosmetix in common compiler flags

6 years agosome statistics
Ketmar Dark [Fri, 18 Aug 2017 01:41:53 +0000 (04:41 +0300)]
some statistics

6 years agotree can render things (buggy)
Ketmar Dark [Fri, 18 Aug 2017 01:35:18 +0000 (04:35 +0300)]
tree can render things (buggy)

6 years agodynamic aabb tree implementation (ported from D, completely untested)
Ketmar Dark [Fri, 18 Aug 2017 01:11:37 +0000 (04:11 +0300)]
dynamic aabb tree implementation (ported from D, completely untested)

6 years agomore SAP code; still not working right
Ketmar Dark [Thu, 17 Aug 2017 20:54:05 +0000 (23:54 +0300)]
more SAP code; still not working right

6 years agoSweep-And-Prune broad phase implementation; not working yet
Ketmar Dark [Thu, 17 Aug 2017 18:25:12 +0000 (21:25 +0300)]
Sweep-And-Prune broad phase implementation; not working yet

6 years agoadded README
fgsfds [Fri, 18 Aug 2017 13:44:15 +0000 (16:44 +0300)]
added README

6 years agodon't flush enet every message
fgsfds [Thu, 17 Aug 2017 18:25:26 +0000 (21:25 +0300)]
don't flush enet every message

6 years agobetter memory locality and access patterns for grid (it is IMPORTANT for old atoms...
Ketmar Dark [Thu, 17 Aug 2017 16:34:20 +0000 (19:34 +0300)]
better memory locality and access patterns for grid (it is IMPORTANT for old atoms, for example)

6 years agoadaptive profiler history length (not really)
Ketmar Dark [Thu, 17 Aug 2017 15:39:28 +0000 (18:39 +0300)]
adaptive profiler history length (not really)

6 years ago"r_draw_grid" -> "r_gridrender"
Ketmar Dark [Thu, 17 Aug 2017 13:16:32 +0000 (16:16 +0300)]
"r_draw_grid" -> "r_gridrender"

6 years agocosmetix
Ketmar Dark [Thu, 17 Aug 2017 13:15:56 +0000 (16:15 +0300)]
cosmetix

6 years agomore profiler fixes
Ketmar Dark [Thu, 17 Aug 2017 13:09:15 +0000 (16:09 +0300)]
more profiler fixes

6 years agomore profiling code
Ketmar Dark [Thu, 17 Aug 2017 12:46:30 +0000 (15:46 +0300)]
more profiling code

6 years agonew console commands: "r_draw_grid" and "dbg_coldet_grid"
Ketmar Dark [Thu, 17 Aug 2017 10:15:24 +0000 (13:15 +0300)]
new console commands: "r_draw_grid" and "dbg_coldet_grid"

6 years agomore profiler code; smoothing values, history
Ketmar Dark [Thu, 17 Aug 2017 09:41:28 +0000 (12:41 +0300)]
more profiler code; smoothing values, history

6 years agomore profiler code
Ketmar Dark [Thu, 17 Aug 2017 08:49:23 +0000 (11:49 +0300)]
more profiler code

6 years agoprofiler
Ketmar Dark [Thu, 17 Aug 2017 08:13:03 +0000 (11:13 +0300)]
profiler

6 years agomoved compiler options to shared/a_modes.inc; turned on advanced records
Ketmar Dark [Thu, 17 Aug 2017 05:48:15 +0000 (08:48 +0300)]
moved compiler options to shared/a_modes.inc; turned on advanced records

6 years agoflamer projectiles don't push
fgsfds [Wed, 16 Aug 2017 14:35:10 +0000 (17:35 +0300)]
flamer projectiles don't push

6 years agodownloading resources...
fgsfds [Wed, 16 Aug 2017 13:09:30 +0000 (16:09 +0300)]
downloading resources...