DEADSOFTWARE

d2df-sdl.git
2023-06-09 DeaDDooMERandroid: export jni functions
2023-06-09 DeaDDooMERcleanup: move init and main loop code from g_window
2023-06-09 DeaDDooMERcleanup: remove g_main.pas
2023-06-09 DeaDDooMERrender: fix unused variable warnings
2023-06-09 DeaDDooMERrender: move e_texture -> r_texture
2023-06-09 DeaDDooMERrender: completely remove opengl calls form game code
2023-06-09 DeaDDooMERrender: remove g_window dependency on r_graphics and GL
2023-06-09 DeaDDooMERcleanup: remove g_options dependency on r_graphics
2023-06-09 DeaDDooMERcleanup: move monster-specific code from g_basic
2023-06-09 DeaDDooMERrender: remove from render some common types
2023-06-09 DeaDDooMERrender: e_graphics -> r_graphics
2023-06-09 DeaDDooMERrender: fix holmes
2023-06-09 DeaDDooMERcleanup: remove unneeded graphics dependencies
2023-06-09 DeaDDooMERrender: separate player model logic and drawing
2023-06-09 DeaDDooMERrender: separate player logic and drawing
2023-06-09 DeaDDooMERrender: separate server list logic and drawing
2023-06-09 DeaDDooMERrender: separate weapon shots logic and drawing
2023-06-09 DeaDDooMERrender: separate monster logic and drawing
2023-06-09 DeaDDooMERrender: separate panel logic and drawing
2023-06-09 DeaDDooMERrender: add r_game function prefixes
2023-06-09 DeaDDooMERrender: separate map logic and drawing
2023-06-09 DeaDDooMERrender: separate item logic and drawing
2023-06-09 DeaDDooMERrender: remove g_gfx dependency on e_graphics
2023-06-09 DeaDDooMERrender: separate gfx logic and drawing
2023-06-09 DeaDDooMERrender: separate game logic and drawing
2023-06-09 DeaDDooMERrender: separate console logic and drawing
2023-06-06 fgsfdsconsole: read commands from stdin in headless mode
2023-06-06 fgsfdsgame: proper kick
2023-06-06 fgsfdsmaster: fix possible segfault
2023-06-06 fgsfdsmaster: increase enet_host_service() timeout
2023-06-06 fgsfdsmaster: disconnect clients immediately when appropriate
2023-06-06 fgsfdsmaster: check client timeouts manually; fix channel...
2023-06-03 fgsfdsmaster: add preprocessing for enet packets and more...
2023-06-03 fgsfdsmaster: another iteration
2023-06-03 fgsfdsmaster: validate versions, attempt to fix memory leaks...
2023-06-03 fgsfdsmaster: add banlist reload on SIGUSR1
2023-06-03 fgsfdsmaster: rewrite
2023-05-15 Dmitry D. ChernovEngine: Fix e_UpperDir() leaving a trailing backslash
2023-05-15 Dmitry D. ChernovGame: Enlarge the map description textbox in the map...
2023-05-15 Dmitry D. ChernovGame: Fix text preprocessing for the multiline text...
2023-05-10 Vasia-AssemblerRename preserve DirType
2023-05-10 Vasia-AssemblerAdd missing DirType to mapdef
2023-05-06 TerminalHashnet: true elegant solution (by fgsfds)
2023-05-06 TerminalHashmaster: anti-overflow patch
2023-04-26 TerminalHashman: add information about g_force_model
2023-04-26 Challenge9Fix model override option not changing bots' models
2023-04-26 TerminalHashgame: fix playermodel forcing
2023-04-26 TerminalHashnet: a more elegant solution for d_*
2023-04-26 TerminalHashnet: set values of debug commands to false when connect...
2023-04-25 TerminalHashfix whitespace
2023-04-25 Challenge9Add client-side model override option
2023-04-13 TerminalHashmans: update info about friendly options
2023-04-13 TerminalHashlanguage: fix friendly messages
2023-04-12 Dmitry D. ChernovGame: Save 'scores' instead of 'p1_scores' to the optio...
2023-04-12 Dmitry D. ChernovCosmetic: Replace "goal" with "score" everywhere in...
2023-04-10 TerminalHashman: update information about g_spawn_invul
2023-04-10 Dmitry D. ChernovGame: Write CSV-files with round statistics in UTF...
2023-04-10 Dmitry D. ChernovGame: Fix missing sound from the bubble effect in liquids
2023-04-04 Dmitry D. ChernovGame: Clarify more interface strings
2023-03-28 DeaDDooMERbuild: do not force notes (fpc 3.2.x emit too many...
2023-03-26 DeaDDooMERsystem: fix stencil check
2023-03-23 Dmitry D. ChernovGame: Fixed missing check for the availability of stenc...
2023-03-23 Dmitry D. ChernovGame: Remove '--opengl-dump-exts' command-line switch
2023-03-22 Dmitry D. ChernovGame: Change some interface strings
2023-03-22 Dmitry D. ChernovGame: Swap the "Custom Game" and "Campaign Select"...
2023-03-15 DeaDDooMERosx: fix build with fmodex
2023-03-15 DeaDDooMERenet: fix build
2023-03-13 Dmitry D. ChernovNet: Don't process network in ProcessLoading() for...
2023-03-11 TerminalHashnet: anti full state spam (by fgsfds)
2023-03-11 TerminalHashman: remove some categories from d2df.2 and small updat...
2023-03-11 Dmitry D. Chernovg_player: Simplify weapon visibility flag in TPlayer...
2023-03-11 Dmitry D. Chernovlib: Replace the modified ENet header with the original...
2023-03-08 TerminalHashman: remove old manual (wtf these notebook?)
2023-03-08 TerminalHashman: more manuals for god of manuals!
2023-02-28 DeaDDooMERgame: fix bullet scattering
2023-02-27 DeaDDooMERgame: fix bfg ball offset
2023-02-27 DeaDDooMERgame: fix fireball alignment spawned by triggers
2023-02-27 DeaDDooMERgame: create baron fireball with size 16x16
2023-02-12 TerminalHashrpm: fix wrong parameter for headless
2023-02-07 TerminalHashmacos: change year in plist
2023-02-07 DeaDDooMERgui: do not allow rebind `togglemenu` via menu
2023-02-07 DeaDDooMERgui: allow to bind ENTER/PADENTER via menu
2023-02-06 DeaDDooMERsdl: fix modifier keys on osx
2023-02-02 DeaDDooMERsdl: fix build on OSX 64 bit
2023-02-02 DeaDDooMERsdl: fix
2023-02-02 DeaDDooMERengine: remove key Meta
2023-02-02 DeaDDooMERsdl: fix player controls on OSX 10.5
2023-01-22 TerminalHashlanguage: update year in credits (for justice!)
2022-09-24 DeaDDooMERtools: fix build with sdl2
2022-07-29 DeaDDooMERgame: fix screenshot size
2022-07-18 DeaDDooMERquote fix
2022-07-18 DeaDDooMERdebug: write build arch to log
2022-07-14 DeaDDooMERsdl: disable x11 dependency on osx
2022-07-14 DeaDDooMERsdlmixer: more midi configuration
2022-07-14 DeaDDooMERsdl: fix build on linux
2022-07-13 DeaDDooMERal: fix 16bit wav sounds on big endian with sdl 1.2
2022-07-13 DeaDDooMERsdl1/2: fix invalid window title
2022-07-13 DeaDDooMERmixer: allow to use sdl 1.2 + sdl_mixer
2022-06-26 TerminalHashMan: smol howto.
2022-06-26 TerminalHashOptions: update third masterserv.
next