2019-01-28 |
Stas'M | Player: Add sounds for CTF game |
blob | commitdiff | raw |
2019-01-27 |
Stas'M | GFX: Hackfix particles in steppings |
blob | commitdiff | raw | diff to current |
2019-01-27 |
Stas'M | Refactor: Define constants for LiftType |
blob | commitdiff | raw | diff to current |
2019-01-17 |
DeaDDooMER | Ignore file extensions for animations with numeric... |
blob | commitdiff | raw | diff to current |
2018-06-23 |
DeaDDooMER | Added new OpenGL ES wrapper |
blob | commitdiff | raw | diff to current |
2018-05-18 |
Ketmar Dark | non-headless game server should not crash on map view... |
blob | commitdiff | raw | diff to current |
2018-03-17 |
DeaDDooMER | Added support OpenGL ES 1.1 through nanoGL (have some... |
blob | commitdiff | raw | diff to current |
2018-02-06 |
fgsfds | fixed texture trigger bug |
blob | commitdiff | raw | diff to current |
2018-01-20 |
Ketmar Dark | replaced manual pool walking with nice iterator (yet... |
blob | commitdiff | raw | diff to current |
2018-01-18 |
Ketmar Dark | removed alot of commented out and unused grid processin... |
blob | commitdiff | raw | diff to current |
2018-01-18 |
Ketmar Dark | removed callback from `Grid.traceRay()` (it wasn't... |
blob | commitdiff | raw | diff to current |
2018-01-18 |
Ketmar Dark | `Grid.forEachAtPoint()` converted to no-callback |
blob | commitdiff | raw | diff to current |
2018-01-18 |
Ketmar Dark | `Grid.forEachInAABB()`: no more callbacks |
blob | commitdiff | raw | diff to current |
2017-10-07 |
Ketmar Dark | Merge branch 'master' of ssh://repo.or.cz/d2df-sdl |
blob | commitdiff | raw | diff to current |
2017-10-05 |
Dmitry D. Chernov | Cosmetic: DooM 2D:Forever -> Doom 2D: Forever |
blob | commitdiff | raw | diff to current |
2017-09-27 |
binarymaster | Map: Add test map override feature |
blob | commitdiff | raw | diff to current |
2017-09-22 |
Ketmar Dark | did the same thing for binary heap |
blob | commitdiff | raw | diff to current |
2017-09-22 |
Ketmar Dark | slightly faster hashtable, and slightly nicer hashtable... |
blob | commitdiff | raw | diff to current |
2017-09-22 |
Ketmar Dark | renamed `SArray` type to `SSArray`, and moved it to... |
blob | commitdiff | raw | diff to current |
2017-09-21 |
Ketmar Dark | don't load unused textures |
blob | commitdiff | raw | diff to current |
2017-09-21 |
Ketmar Dark | fixed map loading bug: panel texture internal id was... |
blob | commitdiff | raw | diff to current |
2017-09-17 |
Ketmar Dark | parser and parser-dependent modules cosmetix |
blob | commitdiff | raw | diff to current |
2017-09-17 |
Ketmar Dark | turned on "SCOPEDENUMS" fpc option |
blob | commitdiff | raw | diff to current |
2017-09-12 |
Ketmar Dark | bye-bye, bineditor, we won't miss you |
blob | commitdiff | raw | diff to current |
2017-09-11 |
Ketmar Dark | slightly faster map reloading on restart; enabled ... |
blob | commitdiff | raw | diff to current |
2017-09-11 |
Ketmar Dark | do not bilinear anything except sky |
blob | commitdiff | raw | diff to current |
2017-09-11 |
Ketmar Dark | dbg_scale fixes; made non-sky textures always NEAREST |
blob | commitdiff | raw | diff to current |
2017-09-10 |
Ketmar Dark | cosmetix: `curTime*` -> `getTime*` |
blob | commitdiff | raw | diff to current |
2017-09-09 |
Ketmar Dark | some more exoma code |
blob | commitdiff | raw | diff to current |
2017-09-08 |
Ketmar Dark | save/load fixes |
blob | commitdiff | raw | diff to current |
2017-09-07 |
Ketmar Dark | ambient light for level (doesn't work with dynamic... |
blob | commitdiff | raw | diff to current |
2017-09-07 |
Ketmar Dark | simplified trigger loading code |
blob | commitdiff | raw | diff to current |
2017-09-07 |
Ketmar Dark | trigger data now cached on map loading (so it should... |
blob | commitdiff | raw | diff to current |
2017-09-06 |
Ketmar Dark | dynrec API documenting and cleanup (still has some... |
blob | commitdiff | raw | diff to current |
2017-09-06 |
Ketmar Dark | network/panel code cleanup |
blob | commitdiff | raw | diff to current |
2017-09-06 |
Ketmar Dark | network code for mplats: looks like it works; see commi... |
blob | commitdiff | raw | diff to current |
2017-09-05 |
Ketmar Dark | mplat fixes |
blob | commitdiff | raw | diff to current |
2017-09-04 |
Ketmar Dark | fixed segfault on loading invalid maps |
blob | commitdiff | raw | diff to current |
2017-09-03 |
Ketmar Dark | field namefix: `FLive` -> `FAlive`; `live` -> `alive` |
blob | commitdiff | raw | diff to current |
2017-09-03 |
Ketmar Dark | Holmes: option to highlight panel cells in grid |
blob | commitdiff | raw | diff to current |
2017-09-02 |
Ketmar Dark | correctly freeing dynrecords; as a consequence, no... |
blob | commitdiff | raw | diff to current |
2017-09-02 |
Ketmar Dark | new code for blood particles (other particles are turne... |
blob | commitdiff | raw | diff to current |
2017-09-02 |
Ketmar Dark | saving all panels to savegame, 'cause why not |
blob | commitdiff | raw | diff to current |
2017-09-02 |
Ketmar Dark | migrating from PanelIDs to panel GUIDs; part two |
blob | commitdiff | raw | diff to current |
2017-09-02 |
Ketmar Dark | migrating from PanelIDs to panel GUIDs; part one |
blob | commitdiff | raw | diff to current |
2017-09-01 |
Ketmar Dark | faster particles awakening |
blob | commitdiff | raw | diff to current |
2017-09-01 |
Ketmar Dark | saving/loading moving panels |
blob | commitdiff | raw | diff to current |
2017-09-01 |
Ketmar Dark | moving platforms experiment (DO NOT USE YET!) |
blob | commitdiff | raw | diff to current |
2017-09-01 |
Ketmar Dark | made some class' properties published for Holmes |
blob | commitdiff | raw | diff to current |
2017-09-01 |
Ketmar Dark | clearing input buffer after loading a map (fixes occasi... |
blob | commitdiff | raw | diff to current |
2017-09-01 |
Ketmar Dark | restarting the same map will not reload textures (yay... |
blob | commitdiff | raw | diff to current |
2017-09-01 |
Ketmar Dark | show map loading update once per 300 msec; it nearly... |
blob | commitdiff | raw | diff to current |
2017-09-01 |
Ketmar Dark | save/load seems to work now |
blob | commitdiff | raw | diff to current |
2017-09-01 |
Ketmar Dark | trigger loading now works; map loading code cleanup |
blob | commitdiff | raw | diff to current |
2017-09-01 |
Ketmar Dark | some triggers are working now |
blob | commitdiff | raw | diff to current |
2017-09-01 |
Ketmar Dark | no more old-styled map structured; sadly, most triggers... |
blob | commitdiff | raw | diff to current |
2017-08-31 |
Ketmar Dark | removed one debug message |
blob | commitdiff | raw | diff to current |
2017-08-30 |
Ketmar Dark | no more old mapreader: use textmap reader both for... |
blob | commitdiff | raw | diff to current |
2017-08-29 |
Ketmar Dark | the game is able to read text maps now (WARNING! the... |
blob | commitdiff | raw | diff to current |
2017-08-29 |
Ketmar Dark | some fixes for recursive grid queries (grid doesn't... |
blob | commitdiff | raw | diff to current |
2017-08-25 |
Ketmar Dark | loadgame: set correct panel enabled state |
blob | commitdiff | raw | diff to current |
2017-08-25 |
Ketmar Dark | fixed(?) loading saved games |
blob | commitdiff | raw | diff to current |
2017-08-24 |
Ketmar Dark | forcing centering of small maps (BlackDoomer request) |
blob | commitdiff | raw | diff to current |
2017-08-24 |
Ketmar Dark | slightly better water particles |
blob | commitdiff | raw | diff to current |
2017-08-24 |
Ketmar Dark | particle code uglyfying; more gitiks in holmes |
blob | commitdiff | raw | diff to current |
2017-08-23 |
Ketmar Dark | fixed passing thru disabled walls |
blob | commitdiff | raw | diff to current |
2017-08-23 |
Ketmar Dark | skip disabled panels in map rendering collector |
blob | commitdiff | raw | diff to current |
2017-08-23 |
Ketmar Dark | fixed bug in grid update; one more mode for Holmes |
blob | commitdiff | raw | diff to current |
2017-08-23 |
Ketmar Dark | fixed bug in grid updates for moving objects |
blob | commitdiff | raw | diff to current |
2017-08-23 |
Ketmar Dark | alot of debugging code |
blob | commitdiff | raw | diff to current |
2017-08-23 |
Ketmar Dark | removed old tracer code |
blob | commitdiff | raw | diff to current |
2017-08-23 |
Ketmar Dark | new tracer seems to work |
blob | commitdiff | raw | diff to current |
2017-08-23 |
Ketmar Dark | removed all mentions of dynaabb tree from the sources... |
blob | commitdiff | raw | diff to current |
2017-08-23 |
Ketmar Dark | more code for tracing and other shit; NOTHING IS WORKIN... |
blob | commitdiff | raw | diff to current |
2017-08-23 |
Ketmar Dark | more grid code uglification -- should be a little faste... |
blob | commitdiff | raw | diff to current |
2017-08-23 |
Ketmar Dark | more particle control options |
blob | commitdiff | raw | diff to current |
2017-08-22 |
Ketmar Dark | more fixes to grid; dunno, seems to work again |
blob | commitdiff | raw | diff to current |
2017-08-21 |
Ketmar Dark | grid code uglification; particles are great again ... |
blob | commitdiff | raw | diff to current |
2017-08-21 |
Ketmar Dark | no more tree for map |
blob | commitdiff | raw | diff to current |
2017-08-21 |
Ketmar Dark | map ray tracer now using grid instead of tree |
blob | commitdiff | raw | diff to current |
2017-08-21 |
Ketmar Dark | removed some unused code |
blob | commitdiff | raw | diff to current |
2017-08-21 |
Ketmar Dark | restored particles |
blob | commitdiff | raw | diff to current |
2017-08-21 |
Ketmar Dark | better hitscan tracer; no more level trace bitmap ... |
blob | commitdiff | raw | diff to current |
2017-08-21 |
Ketmar Dark | new tree-based weapon hitscan tracer (sometimes it... |
blob | commitdiff | raw | diff to current |
2017-08-21 |
Ketmar Dark | removed "monidx" argument from monster spatial query... |
blob | commitdiff | raw | diff to current |
2017-08-20 |
Ketmar Dark | replaced some var args to constref args |
blob | commitdiff | raw | diff to current |
2017-08-20 |
Ketmar Dark | no more public `gMonsters` |
blob | commitdiff | raw | diff to current |
2017-08-19 |
Ketmar Dark | converted grid and tree to generics (fuck you, FPC... |
blob | commitdiff | raw | diff to current |
2017-08-19 |
Ketmar Dark | no more global `gItems[]` array; created DynTree for... |
blob | commitdiff | raw | diff to current |
2017-08-19 |
Ketmar Dark | `g_basic.g_CollideLevel()` now using accelerated coldet |
blob | commitdiff | raw | diff to current |
2017-08-19 |
Ketmar Dark | render code cleanup; collision code cleanup; reverted... |
blob | commitdiff | raw | diff to current |
2017-08-19 |
Ketmar Dark | profiler cosmetix |
blob | commitdiff | raw | diff to current |
2017-08-19 |
Ketmar Dark | slightly better memory locality |
blob | commitdiff | raw | diff to current |
2017-08-19 |
Ketmar Dark | intermediate commit (faster render and coldet; this... |
blob | commitdiff | raw | diff to current |
2017-08-18 |
Ketmar Dark | experimental grid with buckets |
blob | commitdiff | raw | diff to current |
2017-08-18 |
Ketmar Dark | removed some "try/finally" (sorry, it is FUCKIN' SLOW!) |
blob | commitdiff | raw | diff to current |
2017-08-18 |
Ketmar Dark | cosmetic variable renamings |
blob | commitdiff | raw | diff to current |
2017-08-18 |
Ketmar Dark | added small speedup trick to gird (tree already has it) |
blob | commitdiff | raw | diff to current |
2017-08-18 |
Ketmar Dark | cosmetix |
blob | commitdiff | raw | diff to current |
2017-08-18 |
Ketmar Dark | don't use tree for drawing by default |
blob | commitdiff | raw | diff to current |
next |