]> git.xonotic.org Git - xonotic/netradiant.git/shortlog
xonotic/netradiant.git
2020-04-01 Thomas Debessebundle: make daemonmap buildable and bundlable like... 162/head
2020-03-31 Thomas Debesseeasy-builder: make possible to check for more than...
2020-03-31 Thomas Debesseeasy-builder: strip release binaries, support older...
2020-03-31 Thomas Debessereadme: use cmake -S instead of undocumented -H
2020-03-31 Thomas Debesseeasy-builder: improvements
2020-03-29 Thomas Debessebikeshedding: minor readme fix
2020-03-29 Thomas Debesseq3map2/smokinguns: fix .tex writing, <3 @vloup
2020-03-29 Garuxbikeshedding: reduce diff noise with Garux tree
2020-03-29 Thomas Debesseq3map2: pad with zero, not with null pointers, ref...
2020-03-28 Thomas Debesseradiant/buildmenu: rename ".[ExecutableType]" as "...
2020-03-28 Thomas Debesseradiant/buildmenu: fixup, ref #138
2020-03-27 Thomas Debesseradiant/buildmenu: better executable extension strip...
2020-03-27 Thomas Debessebikeshedding: some touchup on library-bundler
2020-03-27 Thomas DebesseMerge branch 'missingarg' into 'master'
2020-03-27 Thomas Debesseq3map2: fix segfault when missing bspfile arg on light... 161/head
2020-01-23 Thomas DebesseMerge branch 'memoryfixes' into 'master'
2020-01-23 Thomas Debesseq3map2: use safe_malloc0 when safe_malloc is followed... 160/head
2020-01-23 Thomas Debesseq3map2: zero the verts array on initialization, verts...
2020-01-23 Thomas Debesseq3map: magic string, know about the asctime's trailing \n
2020-01-23 Thomas Debesseq3map: magic string, no closing parenthesis
2020-01-23 Thomas Debessetools/quake2: use same strupr other tools use
2020-01-23 Thomas Debessetools/hd2data: strupr is windows only, define it elsewhere
2020-01-23 Thomas Debesseq3map2/vis: do not read outside of script before detect...
2020-01-23 Thomas Debesseautoexpand: add an alternative way to autoexpand while...
2020-01-23 Thomas Debessebsp lump write: pad with zeros, not with random unitial...
2020-01-23 Thomas Debesseq3map2/vfs: free temporary allocated dirlist when not...
2020-01-23 Thomas DebesseLoadPNGBuffer: use safe_malloc0 to allocate a zeored...
2020-01-20 Thomas Debesseintroduce safe_malloc0, also 0 the memory before usage
2020-01-20 Thomas Debesseunnecessary SAFE_MALLOC ifdef: always defined
2020-01-20 Thomas Debessevalgrind: Conditional jump or move depends on uninitial...
2020-01-20 Thomas Debessefix a buffer overflow due to a string not being large...
2020-01-20 Thomas DebesseMerge branch 'easy-builder' into 'master'
2020-01-20 Thomas Debesseupdate readme
2020-01-20 Thomas Debesseadd simple easy-builder script
2020-01-20 Thomas Debessefail library-bundler script on error
2020-01-20 Thomas Debesseenable crunch if available
2019-12-25 Thomas Debessecrn_rgba: use “algorithm” header to avoid std::min...
2019-12-25 Thomas DebesseMerge branch 'illwieckz/gcclt7' into 'master'
2019-12-25 Thomas DebesseFix compiling using GCC older than 7, obsolete !143... 159/head
2019-12-07 Thomas DebesseMerge branch 'fixpng' into 'master'
2019-12-07 Thomas Debesseradiant: redo 6011367, fix alpha channel for tRNS cheap... 158/head
2019-10-13 Thomas DebesseMerge branch 'packonce' into 'master'
2019-10-13 Thomas Debesseq3map2/bsp: introduce -fastmeta option 156/head
2019-10-13 Thomas Debesseq3map2/bsp: introduce -maxsurfacevertices, rename ...
2019-10-13 Thomas Debesseq3map2/light: introduce -nobouncestore
2019-10-13 Thomas Debesseq3map2/light: rename -fastallocate to -fastlightmapsearch
2019-10-13 Thomas DebesseMerge branch 'deprecate-makefile' into 'master'
2019-10-13 Thomas Debessemakefile: remind future ourselves that conftest.cpp...
2019-10-13 Thomas Debessemakefile: move conftest.cpp back right to legacy Makefi...
2019-10-13 Thomas Debessemakefile: deprecate the legacy Makefile
2019-10-12 Thomas DebesseMerge branch 'restart' into 'master'
2019-10-12 Thomas Debesseimport some improvements from garux tree
2019-10-12 Thomas Debessefix cancel button
2019-09-14 Thomas Debessedo not remember game was switched when selected at...
2019-09-05 Thomas Debessedo not prompt for game when restarting after switching...
2019-08-08 Thomas DebesseMerge branch 'cleanup' into 'master'
2019-08-07 Thomas Debessereadme: lots of improvements
2019-08-07 Thomas Debessecleanup: make appveyor file an hidden dot file
2019-08-07 Thomas Debessecleanup: move old stuff to oldstuff/
2019-08-07 Thomas DebesseMerge branch 'bundle' into 'master'
2019-08-07 Thomas Debessebundle: make linux bundle that is known to work on... 154/head
2019-08-07 Thomas Debessebundle: fix some minor mistakes (had no bad consequences)
2019-08-05 Thomas DebesseMerge branch 'bundle' into 'master'
2019-08-05 Thomas Debessecmake: fix a mistake introduced while revamping bundlin... 153/head
2019-08-05 Thomas Debessebundle: do not bundle libstdc++, pango, and some remain...
2019-08-05 Thomas DebesseMerge branch 'bundle' into 'master'
2019-08-05 Thomas Debessebundle: do not bundle gtk and other deps on linux 151/head
2019-08-05 Thomas Debessebundle: more linux bundling
2019-08-05 Thomas Debessebundle: linux shared lib bundling
2019-08-04 Thomas Debessebundle: a bunch of improvements
2019-08-04 Thomas Debessebundle: chmod +x library-bundler
2019-08-04 Thomas Debessecmake: BUNDLE_LIBRARIES disables FHS_INSTALL
2019-08-04 Thomas Debessebikeshedding: spacing
2019-08-04 Thomas DebesseMerge branch 'floating' into 'master'
2019-08-04 Thomas Debessefloating window: use HINT_UTILITY on Windows but normal... 152/head
2019-07-27 Thomas DebesseMerge branch 'kingpin' into 'master'
2019-07-27 Thomas Debesseadd Kingpin gamepack 149/head
2019-07-27 Thomas DebesseMerge branch 'q3map2-cmdline-help' into 'master'
2019-07-26 Zack Middletonq3map2: add missing help for q3map2 stage arguments 150/head
2019-07-26 Zack Middletonq3map2: fix crash if command-line argument is missing
2019-07-26 Zack Middletonq3map2: fix not displaying default args for some q3map2...
2019-07-23 Thomas DebesseMerge branch 'radiant-cmdline-null-mapname' into 'master'
2019-07-23 Zack Middletonradiant: fix command-line error message for non-map... 148/head
2019-07-23 Thomas DebesseMerge branch 'floating' into 'master'
2019-07-23 Thomas Debessemake floating windows resizable on Windows, ref !140 147/head
2019-07-23 Thomas DebesseMerge branch 'readme-no-redownload' into 'master'
2019-07-23 Zack Middletonadd how to avoid redownloading gamepacks to README.md 145/head
2019-07-23 Thomas DebesseMerge branch 'bintarget' into 'master'
2019-07-23 Thomas Debesseadd a "binaries" target, fix #135, <3 @zturtleman 144/head
2019-07-23 Thomas DebesseMerge branch 'cleanup' into 'master'
2019-07-23 Thomas Debesserename game_packs target to gamepacks 142/head
2019-07-23 Thomas Debesseradiant target is now named netradiant, fix #134
2019-07-22 Thomas Debessedelete the COMPILING file as it is heavily outdated
2019-07-22 Thomas DebesseMerge branch 'restart' into 'master'
2019-07-22 Thomas Debessebikeshedding: some wording 141/head
2019-07-22 Thomas Debesseradiant: make restart notification a question
2019-07-22 Thomas Debesseradiant: restart on game change
2019-07-22 Thomas Debesseradiant: restart on latched preference change
2019-07-22 Thomas Debesseradiant: code to make radiant able to restart itself
2019-07-22 Thomas Debesseradiant: get own radiant executable file path
next