2023-08-04 |
ketmar | render: model precaching code cleanups
|
commit | commitdiff | tree |
2023-08-03 |
ketmar | render: fixed model precaching (it actually works now ;-)
|
commit | commitdiff | tree |
2023-08-03 |
ketmar | render: some voxel cosmetix and LOD debug code
|
commit | commitdiff | tree |
2023-08-02 |
ketmar | fsys: zip handling fix (access uninitialized struct...
|
commit | commitdiff | tree |
2023-08-02 |
ketmar | libvwad: small compressor bugfix
|
commit | commitdiff | tree |
2023-08-01 |
ketmar | rmodel: cosmetix
|
commit | commitdiff | tree |
2023-07-27 |
ketmar | render: added option to always use lower model LOD...
|
commit | commitdiff | tree |
2023-07-27 |
ketmar | scripts: cosmetix
|
commit | commitdiff | tree |
2023-07-27 |
ketmar | libvavoomc: some cosmetix
|
commit | commitdiff | tree |
2023-07-26 |
ketmar | ui: cachalote ;-)
|
commit | commitdiff | tree |
2023-07-26 |
ketmar | render: ui: experimental implementation of voxel models LOD
|
commit | commitdiff | tree |
2023-07-26 |
ketmar | voxelib: some fixes, added method to create smaller...
|
commit | commitdiff | tree |
2023-07-26 |
ketmar | voxelib: added universal model loader which will automatical...
|
commit | commitdiff | tree |
2023-07-23 |
ketmar | script: slightly better `IsPlayerRunning()` decorate...
|
commit | commitdiff | tree |
2023-07-21 |
ketmar | libvwad, core, render: fixed several warnings (id0)
|
commit | commitdiff | tree |
2023-07-21 |
ketmar | ui: reworded overbright help text a little
|
commit | commitdiff | tree |
2023-07-21 |
ketmar | render, ui: added option to clamp minimum light level...
|
commit | commitdiff | tree |
2023-07-21 |
ketmar | minimap, ui: minimap can show "blocking things" now...
|
commit | commitdiff | tree |
2023-07-21 |
ketmar | script: HUD powerup timer is centered now
|
commit | commitdiff | tree |
2023-07-19 |
ketmar | libvwad: raw chunk reading fixes (for creatori copier)
|
commit | commitdiff | tree |
2023-07-19 |
ketmar | libvwad: utf fix; comment checker fix in reader
|
commit | commitdiff | tree |
2023-07-12 |
ketmar | fsys: fixed prefix removal for pk3tovwad
|
commit | commitdiff | tree |
2023-07-12 |
ketmar | fsys: more hacks for pk3tovwad
|
commit | commitdiff | tree |
2023-07-12 |
ketmar | crypto: fixed declaration typo in RIPEMD-320
|
commit | commitdiff | tree |
2023-07-12 |
ketmar | libvwad: creatori fixes (no file format changes)
|
commit | commitdiff | tree |
2023-07-10 |
ketmar | render: update t-junctions after loading a map
|
commit | commitdiff | tree |
2023-07-09 |
ketmar | opusfile: shut up, gcc!
|
commit | commitdiff | tree |
2023-07-09 |
ketmar | vlumpy: removed zopfli compressor (vwad is preferred...
|
commit | commitdiff | tree |
2023-07-09 |
ketmar | always create vwad by default
|
commit | commitdiff | tree |
2023-07-09 |
ketmar | vlumpy: vwad creation is always active
|
commit | commitdiff | tree |
2023-07-09 |
ketmar | libvwad: cosmetix
|
commit | commitdiff | tree |
2023-07-09 |
ketmar | fsys: better hack for "pk3tovwad"
|
commit | commitdiff | tree |
2023-07-09 |
ketmar | core: log cosmetix for standalone utils
|
commit | commitdiff | tree |
2023-07-09 |
ketmar | libvwad: greatly simplified cache buffer management...
|
commit | commitdiff | tree |
2023-07-09 |
ketmar | dehacked: disable dehacked processing if "dehsupp"...
|
commit | commitdiff | tree |
2023-07-08 |
ketmar | libvwad: more sanity checks
|
commit | commitdiff | tree |
2023-07-08 |
ketmar | libvwad: added limited unicode support (not really...
|
commit | commitdiff | tree |
2023-07-08 |
ketmar | core: cosmetic changes
|
commit | commitdiff | tree |
2023-07-08 |
ketmar | libvwad: oops, fixed segfault
|
commit | commitdiff | tree |
2023-07-08 |
ketmar | fsys: comment
|
commit | commitdiff | tree |
2023-07-08 |
ketmar | libvwad: updated, with format change (removed one useless...
|
commit | commitdiff | tree |
2023-07-08 |
ketmar | core: fsys: avoid reading "fast seek" lumps completely...
|
commit | commitdiff | tree |
2023-07-08 |
ketmar | libvwad: tried to make it m$vc compatible (and prolly...
|
commit | commitdiff | tree |
2023-07-08 |
ketmar | updated libvwad to the latest version (libvwad development...
|
commit | commitdiff | tree |
2023-07-08 |
ketmar | core: moved full libvwad to the separate source dir...
|
commit | commitdiff | tree |
2023-07-07 |
ketmar | vlumpy: it can (and will) create VWADs now; WARNING...
|
commit | commitdiff | tree |
2023-07-07 |
ketmar | fsys: it is now possible to add your own know public...
|
commit | commitdiff | tree |
2023-07-07 |
ketmar | ui: changed some help text; also, console font is default...
|
commit | commitdiff | tree |
2023-07-07 |
ketmar | ui: renamed "DarkDoom" lighting mode to "Vanilla-like...
|
commit | commitdiff | tree |
2023-07-07 |
ketmar | fixed year in startup message
|
commit | commitdiff | tree |
2023-07-07 |
ketmar | updated year in copyright comments
|
commit | commitdiff | tree |
2023-07-07 |
ketmar | updated vwad code
|
commit | commitdiff | tree |
2023-07-06 |
ketmar | tinkering with hashes; updated vwad code
|
commit | commitdiff | tree |
2023-07-06 |
ketmar | updated vwad code
|
commit | commitdiff | tree |
2023-07-05 |
ketmar | removed most crypro code, and replaced it with Monocypher
|
commit | commitdiff | tree |
2023-07-05 |
ketmar | script: implemented `CHF_DONTIDLE` decorate flag (for...
|
commit | commitdiff | tree |
2023-07-04 |
ketmar | ctypto: some small big-endian fixes in RIPEMD
|
commit | commitdiff | tree |
2023-07-04 |
ketmar | crypto: added RIPEMD-320 implementation
|
commit | commitdiff | tree |
2023-07-03 |
ketmar | render: tj cosmetix
|
commit | commitdiff | tree |
2023-07-03 |
ketmar | fsys: fixed bugs in ZIP timestamp decoding
|
commit | commitdiff | tree |
2023-07-03 |
ketmar | vwad: small cleanup
|
commit | commitdiff | tree |
2023-07-03 |
ketmar | core: updated fnv hash with final mix step (better...
|
commit | commitdiff | tree |
2023-07-03 |
ketmar | server: use better hash for savegame dirs; old dirs...
|
commit | commitdiff | tree |
2023-07-03 |
ketmar | vwad: yet another upgrade
|
commit | commitdiff | tree |
2023-07-03 |
ketmar | fsys: decode zip file timestamp only in "simple" mode
|
commit | commitdiff | tree |
2023-07-03 |
ketmar | fsys: more ZIP hacks for pk3 -> vwad converter
|
commit | commitdiff | tree |
2023-07-03 |
ketmar | core/fsys: added hack for pk3->vwad converter
|
commit | commitdiff | tree |
2023-07-03 |
ketmar | use "basepak.vwad" instead of "basepak.pk3"; also,...
|
commit | commitdiff | tree |
2023-07-03 |
ketmar | vwad: more cosmetix
|
commit | commitdiff | tree |
2023-07-03 |
ketmar | vwad: use much smaller ed25519 code (almost 40 kb smaller!)
|
commit | commitdiff | tree |
2023-07-03 |
ketmar | utils: wadcheck fix
|
commit | commitdiff | tree |
2023-07-03 |
ketmar | vwad: more changes (yeah, i'm developing it yet ;-)
|
commit | commitdiff | tree |
2023-07-03 |
ketmar | vwad: added compression levels
|
commit | commitdiff | tree |
2023-07-03 |
ketmar | vwad: more format changes
|
commit | commitdiff | tree |
2023-07-02 |
ketmar | vwad libraries update
|
commit | commitdiff | tree |
2023-07-02 |
ketmar | base: added comments to most basepaks
|
commit | commitdiff | tree |
2023-07-02 |
ketmar | updated vwad libraries
|
commit | commitdiff | tree |
2023-07-02 |
ketmar | vlumpy: grab file modification times
|
commit | commitdiff | tree |
2023-07-02 |
ketmar | added VWAD support to k8vlumpy; fixed basepak creation...
|
commit | commitdiff | tree |
2023-07-02 |
ketmar | core/crypto: added streaming API to "ed25519"
|
commit | commitdiff | tree |
2023-07-02 |
ketmar | core: added preliminary VWAD archive support (WARNING...
|
commit | commitdiff | tree |
2023-06-30 |
ketmar | script: fixed `decorate_IsPlayerRunning()`
|
commit | commitdiff | tree |
2023-06-25 |
ketmar | menu: removed menu option to turn off t-junction fixer
|
commit | commitdiff | tree |
2023-06-25 |
ketmar | render: t-junction fixing code seems (i hope!) to work...
|
commit | commitdiff | tree |
2023-06-25 |
ketmar | render: more tj processor cleanups; some bugfixes;...
|
commit | commitdiff | tree |
2023-06-24 |
ketmar | render: rewriten t-junction fixer; it is strictly dynamic...
|
commit | commitdiff | tree |
2023-06-24 |
ketmar | render: more surface management code cleanups and fixes...
|
commit | commitdiff | tree |
2023-06-24 |
ketmar | render: some code cleanups; fixed centroid calculation...
|
commit | commitdiff | tree |
2023-06-23 |
ketmar | render: simplified surface vertex; improved centroid...
|
commit | commitdiff | tree |
2023-06-23 |
ketmar | render: lightmapped renderer t-junction fixer cleanups...
|
commit | commitdiff | tree |
2023-06-23 |
ketmar | render: fixed vertical t-junctions in lightmapped renderer
|
commit | commitdiff | tree |
2023-06-23 |
ketmar | render: fixed unnecessary strict assertion in lightmap...
|
commit | commitdiff | tree |
2023-06-22 |
ketmar | render, clipper: fixed (i hope) the long-standing bug...
|
commit | commitdiff | tree |
2023-06-22 |
ketmar | script: some changes to friendly seek/chase AI (mostly...
|
commit | commitdiff | tree |
2023-06-22 |
ketmar | rnder: apply contrast-adaptive sharpening before drawing...
|
commit | commitdiff | tree |
2023-06-22 |
ketmar | script: weapon walk/run scales code cleanup
|
commit | commitdiff | tree |
2023-06-21 |
ketmar | script: added weapon fields to scale player run/jump...
|
commit | commitdiff | tree |
2023-06-04 |
ketmar | render: fixed typo in log message ;-)
|
commit | commitdiff | tree |
2023-06-04 |
ketmar | lib: src: use prime numbers for some ad-hoc hash tables...
|
commit | commitdiff | tree |
2023-04-27 |
ketmar | psim, script: damage dealing code expects the default...
|
commit | commitdiff | tree |