Commit Graph

  • 8c0c7e6f57
    Merge dbcd6910df into 270af88f3c Hermann Rolfes 2024-09-04 18:55:01 -0400
  • 270af88f3c
    Merge pull request #698 from uis246/cleanup2 1.6-release Timothee "TTimo" Besset 2024-08-18 09:50:27 -0500
  • 1c6e0291d4 Remove dead code uis 2024-05-03 02:54:25 +0300
  • 0eea1a9a9a add a note about debugging in flatpak Timothee 'TTimo' Besset 2024-01-22 07:42:24 -0600
  • e0c26d1291 minor updates with Flatpak info Timothee 'TTimo' Besset 2024-01-21 21:18:32 -0600
  • 0f24e27e6b retarget to Visual Studio 2022 (v143) and Windows 10 SDK ttimo 2024-01-21 18:30:08 -0600
  • b5dfbd485f FreeBSD / NetBSD / OpenBSD build fixes, contributed by bilaliscarioth <bilal@iscarioth.org> see https://github.com/TTimo/GtkRadiant/pull/686 for details bilaliscarioth 2023-04-17 18:13:50 +0200
  • 3f79763974 fix the Unvanquished content pull Timothee 'TTimo' Besset 2024-01-14 16:07:36 -0700
  • 52942a8260 misc Timothee 'TTimo' Besset 2024-01-14 16:07:24 -0700
  • b35cb10c83 fix, linux/flatpak is case sensitive with regards to gamepak folder names Timothee 'TTimo' Besset 2024-01-13 17:36:01 -0700
  • 80ab02665d
    Update config.py Matias Repetto Zecchi 2023-12-21 11:23:51 -0300
  • c7a4deff65
    Merge pull request #1 from TTimo/1.6-release bilaliscarioth 2023-10-10 21:04:06 +0200
  • 8354fe8f53 add git clone of Q2RePack to scons target=setup ttimo 2023-08-20 15:36:08 -0500
  • 980356d87e netrun being on (see previous fix) highlighted that we are trying to have both a file and prefs directory at the same path - any prefs saving was likely broken on windows? ttimo 2023-08-20 14:48:02 -0500
  • d932cb1205 netrun mode was on all the time because of a buggy implementation ttimo 2023-08-20 14:46:53 -0500
  • 826c5a114e rename KexQ2 -> Q2RE as it's now the law of the land ttimo 2023-08-20 14:45:55 -0500
  • 8f88d5fac0 fix loading pointfile for KexQ2 ttimo 2022-11-15 10:28:14 -0600
  • 1c498433ce BSP monitoring off by default for KexQ2 config ttimo 2022-11-15 09:56:26 -0600
  • 9471ed62f7 add a 'Quake II Remaster' game id Timothee 'TTimo' Besset 2022-11-11 15:05:51 -0600
  • d9d8bc1ed7
    Merge pull request #692 from mjunix/small-fixes Timothee "TTimo" Besset 2023-08-13 09:15:23 -0500
  • 25f4611a24
    Fix incorrect comparison Johan Mattsson 2023-08-13 13:16:55 +0200
  • 966b8c33c7
    Fix incorrect comparison Johan Mattsson 2023-08-13 13:15:43 +0200
  • 006317da48
    Remove repeated comparison Johan Mattsson 2023-08-13 13:13:20 +0200
  • 4bbf42e667
    Remove repeated comparison Johan Mattsson 2023-08-13 13:12:12 +0200
  • 3926194110
    Remove redundant check Johan Mattsson 2023-08-13 13:09:43 +0200
  • 8a91c052e3 Remove ifdef; realpath condition works ! bilaliscarioth 2023-04-25 23:56:47 +0200
  • dc09c871b0 rebase bilaliscarioth 2023-04-25 23:35:11 +0200
  • a0669f1160
    Merge branch '1.6-release' into 1.6-release bilaliscarioth 2023-04-24 20:13:43 +0200
  • ddbaf03d72 fix usage of realpath Timothee 'TTimo' Besset 2023-04-23 23:08:28 -0500
  • 5295644ba4 randomly make one function more robust to overflows - turned out to have no impact on the crash in release, but now that I cleaned it .. Timothee 'TTimo' Besset 2023-04-23 22:53:46 -0500
  • 2a86f41e1c debug symbols in release config Timothee 'TTimo' Besset 2023-04-23 22:51:42 -0500
  • df49d3b4d2 fix release crash Timothee 'TTimo' Besset 2023-04-23 22:50:22 -0500
  • bdb8018a5f setup __BSD__ in config.py; Replaced __unix__ into __BSD__ bilaliscarioth 2023-04-20 00:32:59 +0200
  • 3f5b8c79b2 remove gamename static var; useless bilaliscarioth 2023-04-18 07:00:46 +0200
  • 3a3a913382 fix indent... again bilaliscarioth 2023-04-17 23:31:54 +0200
  • 2867f04f61 fix ndent bilaliscarioth 2023-04-17 23:28:26 +0200
  • 8d3a973537 Fix SIGTRAP/SIGILL " bilaliscarioth 2023-04-17 23:00:38 +0200
  • 6c1f386ff3 Setting up new ports bilaliscarioth 2023-04-17 18:13:50 +0200
  • 8ddd383aaf fix windows build ttimo 2023-03-12 22:04:02 -0500
  • 1700b8df48 move some files in Timothee 'TTimo' Besset 2023-03-12 16:59:51 -0500
  • 9f3aed016f update vscode project Timothee 'TTimo' Besset 2023-03-12 16:53:16 -0500
  • db3c56505e issue #687 - putting the game install folders under XDG_DATA_HOME Timothee 'TTimo' Besset 2023-02-19 21:23:57 -0600
  • 2b6ee83552 add a flatpak build task Timothee 'TTimo' Besset 2023-02-19 21:22:55 -0600
  • d97f00e0e9 use XDG_STATE_HOME if set for g_strTempPath (.pid file, radiant.log etc.), and related cleanups Timothee 'TTimo' Besset 2023-02-19 15:35:05 -0600
  • 1fe273a212 basic visual studio code project for linux work Timothee 'TTimo' Besset 2023-02-19 15:34:12 -0600
  • 3a85a21427 sourcetrail is dead, long live sourcetrail Timothee 'TTimo' Besset 2023-02-19 13:38:58 -0600
  • f28a8499dd fix config.py unit tests - the target parsing was broken (yes, there are even unit tests!) Timothee 'TTimo' Besset 2022-12-25 20:00:09 -0700
  • dbcd6910df remove unneeded if kungfooman 2022-12-19 17:34:11 +0100
  • 875be73368 Limit amount of zoom ins/outs to 7 kungfooman 2022-12-19 17:18:34 +0100
  • 84aaedd631 Fix camera positioning Implement Z window zooming via mouse wheel kungfooman 2022-12-19 17:05:15 +0100
  • 6be32bdeec flatpak build has a problem with urllib.request, but also does not need it Timothee 'TTimo' Besset 2022-11-25 07:40:04 -0600
  • d69257d0b7 xml2-config -> pkg-config, from @magicmyth's GtkR flatpak work Timothee 'TTimo' Besset 2022-11-25 07:39:24 -0600
  • a050102e2a bump version and about message ttimo 2022-11-15 11:30:45 -0600
  • b9d0a99e84 do not dump the whole qe3bsp.bat, only the actual step lines to avoid confusion ttimo 2022-11-15 10:27:26 -0600
  • 6ac09d6f73 Improvements when not using BSP monitoring: check return code and show a clear error message, add a pause at the end of the compile ttimo 2022-11-14 15:15:32 -0600
  • fe696cf3ae replace WinExec with a more modern CreateProcess ttimo 2022-11-14 14:28:45 -0600
  • d441e69264 do not write out the build tools output to junk.txt, it hides the output from the cmd window. in ancient time the editor was loading junk.txt into the console afterwards, but that is long gone now - so that feature was entirely detrimental at this point ttimo 2022-11-14 14:13:33 -0600
  • 28fe20b384 fix crash in release - that bug has been in forever? does this show up now because of the compiler/platform upgrade? ttimo 2022-11-14 14:07:56 -0600
  • 7c513161b1 fix surface inspector 'Detail' contents button not working Timothee 'TTimo' Besset 2022-11-11 15:30:06 -0600
  • 005c03c4a6 prune dead code Timothee 'TTimo' Besset 2022-11-11 15:17:10 -0600
  • 340651526d prune dead code Timothee 'TTimo' Besset 2022-11-11 15:04:12 -0600
  • c9fce466d1 Upgrade Windows project files to 2019 Timothee 'TTimo' Besset 2022-11-11 15:00:14 -0600
  • 85af4273ae move to python 3 for 'scons.bat target=setup' Timothee 'TTimo' Besset 2022-11-11 14:58:56 -0600
  • 5b498bfa01
    Merge pull request #681 from illwieckz/stdbyte Timothee "TTimo" Besset 2022-07-31 12:21:05 -0600
  • 39c88773d9
    Merge pull request #683 from illwieckz/patchheight Timothee "TTimo" Besset 2022-07-31 12:20:04 -0600
  • 921d3aacdc radiant: set MAX_PATCH_WIDTH and MAX_PATCH_HEIGHT to 32 like MAX_PATCH_SIZE in q3map2 Thomas Debesse 2022-07-14 18:03:24 +0200
  • 8aeff6b09a Do not do `using namespace std` to avoid type conflict Thomas Debesse 2022-07-14 17:18:51 +0200
  • 97d3d87946
    Merge pull request #674 from jdolan/master Jay Dolan 2022-01-24 20:25:01 -0500
  • ce321bf04b Add a filter for Quetoo's CONTENTS_ATMOSPHERIC. Jay Dolan 2022-01-24 20:24:02 -0500
  • c649323971 Fix macOS Python urllib module name issue. Jay Dolan 2021-11-24 09:44:31 -0500
  • a1ae77798f
    Merge pull request #668 from fte-team/1.6-release Timothee "TTimo" Besset 2021-08-09 07:57:50 -0500
  • be993ad422 Merge illwieckz their portability fix Marco Cawthorne 2021-08-03 18:27:19 +0200
  • 3408871d79 add IQM format support into lib/picomodel Marco Cawthorne 2021-07-29 17:44:53 +0200
  • 2634c6238d wasn't building everything.. Timothee 'TTimo' Besset 2021-05-16 17:14:31 -0500
  • e490d8a1be iteration on artifact upload Timothee 'TTimo' Besset 2021-05-16 16:53:08 -0500
  • 2b8f4a1da7 we need zip Timothee 'TTimo' Besset 2021-05-16 16:41:52 -0500
  • 42d0849814 having a look at zipping an archive and uploading artifacts Timothee 'TTimo' Besset 2021-05-16 16:34:58 -0500
  • 8aaa7706ca or like this Timothee 'TTimo' Besset 2021-04-25 16:23:45 -0500
  • b4fb64839e maybe like this Timothee 'TTimo' Besset 2021-04-25 16:19:17 -0500
  • 68e8940c5a how to invoke msbuild Timothee 'TTimo' Besset 2021-04-25 16:18:18 -0500
  • 05849edf6c build steps Timothee 'TTimo' Besset 2021-04-25 16:12:01 -0500
  • 9d02fd93d2 fix Timothee 'TTimo' Besset 2021-04-25 15:43:05 -0500
  • d89c289c7e install the subversion client Timothee 'TTimo' Besset 2021-04-25 15:36:28 -0500
  • 6e08ed438e fix Timothee 'TTimo' Besset 2021-04-25 15:35:46 -0500
  • 503930527f convert to python 3 Timothee 'TTimo' Besset 2021-04-25 15:30:41 -0500
  • 228557dc14 all this time you were printing tuples and didn't know it Timothee 'TTimo' Besset 2021-04-25 15:28:39 -0500
  • 3aa6a90d34 wip Timothee 'TTimo' Besset 2021-04-25 11:49:32 -0500
  • f333e55014 wip Timothee 'TTimo' Besset 2021-04-25 11:30:43 -0500
  • 20ca170f5c scons and setup Timothee 'TTimo' Besset 2021-04-25 11:21:49 -0500
  • f2a20c6813 scons and setup Timothee 'TTimo' Besset 2021-04-25 11:19:20 -0500
  • 584fea0708
    Update main.yml Timothee "TTimo" Besset 2021-04-25 11:14:23 -0500
  • 749cb1d0a7
    Merge pull request #667 from TTimo/1.6-release-1 Timothee "TTimo" Besset 2021-04-25 11:06:49 -0500
  • 237aa5bb02
    Create main.yml Timothee "TTimo" Besset 2021-04-25 11:05:58 -0500
  • bfa47ef7cb
    Merge 55bb8e39bb into ebf1afd8c8 Alexander Sago 2021-03-17 16:51:21 +0100
  • f0eb039542
    Merge 478bcf18fe into ebf1afd8c8 Pan7 2021-03-06 17:10:06 +0000
  • ebf1afd8c8
    Merge pull request #663 from Calinou/fix-threads-missing-include main Timothee "TTimo" Besset 2021-03-06 08:46:54 -0600
  • 06d96a5fe5
    Merge pull request #665 from jdolan/master Jay Dolan 2021-03-03 14:35:04 -0500
  • bbae5359fa Fix gcc8 compilation issue on Linux. Jay Dolan 2021-03-01 17:15:41 -0500
  • af11890c68 Ensure macOS build targets 10.9 SDK. Jay Dolan 2021-02-13 12:12:30 -0500
  • ce6af0b465 Remove stale Quake Live VFS plugin references. Jay Dolan 2021-02-11 17:45:04 -0500