DEADSOFTWARE

key binds and vars are stored in dfconfig.cfg
[d2df-sdl.git] / src / game / g_console.pas
2019-04-05 DeaDDooMERkey binds and vars are stored in dfconfig.cfg
2019-04-05 DeaDDooMERfixed key binding in options
2019-04-05 DeaDDooMERimproved bind command and co
2019-04-05 DeaDDooMERadded bind command + autoexec.cfg + dfconfig.cfg
2019-01-04 DeaDDooMERRevert "network: code uglification; fixed bug with...
2018-10-01 Ketmar Darknetwork: code uglification; fixed bug with weapon switc...
2018-05-17 Ketmar Darkadded "r_smallmap_align_h" and "r_smallmap_align_v...
2018-03-17 DeaDDooMERReserved key range for virtual keyboard + alternative...
2018-03-17 DeaDDooMERAdded touchscreen controls
2018-02-07 fgsfdsadded `version` console command'
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-27 binarymasterMap: Add test map override feature
2017-09-22 Ketmar Darkrenamed `SArray` type to `SSArray`, and moved it to...
2017-09-11 fgsfdsadded d_mem command
2017-09-07 Ketmar Darkcenter player when the game is scaled (lighting is...
2017-09-03 Ketmar Darkgame should write stack trace on exceptions now
2017-09-03 Ketmar Dark"hlm_ui_scale" convar; "--holmes_ui_scale" cli arg...
2017-09-01 Ketmar Dark"dbg_scale" debug variable
2017-08-25 Ketmar Darkstarted `conRegVar()` API (only for booleans for now)
2017-08-24 Ketmar Dark`conwriteln()` and `conwritefln()` API
2017-08-23 Ketmar Dark"dbg_holmes" console command; draw line to monster...
2017-08-23 Ketmar Darkalot of debugging code
2017-08-23 Ketmar Darkmore code for tracing and other shit; NOTHING IS WORKIN...
2017-08-23 Ketmar Darkmore particle control options
2017-08-21 Ketmar Darkno more tree for map
2017-08-21 Ketmar Darknew tree-based weapon hitscan tracer (sometimes it...
2017-08-21 Ketmar Darkconsole commands can have help strings (somebody, pleas...
2017-08-21 Ketmar Darkbetter console completion
2017-08-21 Ketmar Dark"mon_sq_enabled" console command
2017-08-18 Ketmar Darkmore tree/grid debug commands
2017-08-18 Ketmar Dark"t_dump_node_queries" (temp debug, DO NOT TOUCH)
2017-08-18 Ketmar Darktree seems to work now
2017-08-18 Ketmar DarkSweep-And-Prune broad phase implementation; not working yet
2017-08-17 Ketmar Dark"r_draw_grid" -> "r_gridrender"
2017-08-17 Ketmar Darkmore profiling code
2017-08-17 Ketmar Darknew console commands: "r_draw_grid" and "dbg_coldet_grid"
2017-08-17 Ketmar Darkprofiler
2017-08-17 Ketmar Darkmoved compiler options to shared/a_modes.inc; turned...
2017-08-16 Ketmar Darkadded common file with compiler flags; cosmetic fix...
2016-04-25 Ketmar Dark"--log" cli arg; fixed bug with console output (endless...
2016-04-25 Ketmar Darkconsole: restored important messages indication when...
2016-04-25 Ketmar Darkadded license info
2016-04-24 Ketmar Dark"unscroll" console on "enter"
2016-04-23 Ketmar Darklog messages now written to console too
2016-04-22 Ketmar Darkadded hidden "goobers" console command to turn on cheats
2016-04-18 Ketmar Darkput "{$MODE ...}" directive in each source file; remove...
2016-04-18 Ketmar Darksfs and wad code refactoring: part 1
2016-04-16 Ketmar Darkadded some console commands for cheaters
2016-04-15 FGSFDSFGSadded headless mode
2016-04-06 Ketmar Darkkeypad now works in menus
2016-04-05 Ketmar Darkwarnings for -O3
2016-04-05 FGSFDSFGSinitial commit: