Commit graph

  • d8af1b1bc7
    Add Linux Makefiles, more MSVC6 fixes. Marco Cawthorne 2023-09-09 13:32:07 -0700
  • d62c5fda47 game_shared: workaround crash on exit (caused by GoldSrc dlclosing client before initializing it) Alibek Omarov 2023-09-09 04:44:21 +0300
  • 3c55a584a3 wscript: add special case for library naming to allow _i386 postfixes for old mods Alibek Omarov 2023-09-09 04:11:47 +0300
  • 99951e4c32 wscript: simplify Alibek Omarov 2023-09-09 04:11:16 +0300
  • 382152ca79 server: enable dll export on Linux Alibek Omarov 2023-09-09 04:09:59 +0300
  • 524f4874a8 client: fix weird crash in spectator code during engine initialize Alibek Omarov 2023-09-09 04:08:09 +0300
  • 7c08f36bcf client: fix sizeof usage for some reason ??? Alibek Omarov 2023-09-09 03:15:14 +0300
  • 802bdd54f5 wscript: do not compile overview.cpp, it's broken in this SDK Alibek Omarov 2023-09-09 03:14:44 +0300
  • 37da1d1707 game_shared: voice_status: do not strupr on non-Windows platforms, fix -Wparentheses Alibek Omarov 2023-09-09 03:14:24 +0300
  • 978d5f94a2 common: add port header to redefine Windows stuff like POINT or DWORD in portable manner Alibek Omarov 2023-09-09 03:13:53 +0300
  • edbd7d2ab9 server: one more write-strings const fix Alibek Omarov 2023-09-09 03:12:30 +0300
  • 16cc7af40e client: hud_redraw: fix variable declaration Alibek Omarov 2023-09-09 03:11:56 +0300
  • 5cd4d7bf4c client: reimplement input with SDL2, link client.dll with SDL2. Alibek Omarov 2023-09-09 03:11:17 +0300
  • 36e0eb3e36 client: probably somewhere iso646.h got included, I don't want to search where, just rename or and other variables Alibek Omarov 2023-09-09 03:06:07 +0300
  • edd628b154 client: fix DECLARE/HOOK macros Alibek Omarov 2023-09-09 03:01:47 +0300
  • c66d56e029 client: use correct standard library includes Alibek Omarov 2023-09-09 03:01:04 +0300
  • 7f841974b2 client: fix Stupid MSVC6 Bug variable declaration Alibek Omarov 2023-09-09 03:00:16 +0300
  • 0b242a0bc9 client: add const where it needs to be Alibek Omarov 2023-09-09 02:58:37 +0300
  • bcf6d80cf8 client: use correct export attribute depending on the compiler Alibek Omarov 2023-09-09 02:55:30 +0300
  • db368301b2 client, game_shared: fix includes case Alibek Omarov 2023-09-09 02:52:17 +0300
  • 9e271427b8 pm_shared: fix linking with client.dll, add const where it needs to be again Alibek Omarov 2023-09-09 02:48:55 +0300
  • 5cf05e3134 client: enable C++ exceptions Alibek Omarov 2023-09-09 02:46:20 +0300
  • 3bf40d193b wscript: force C++98 to avoid std::byte redefining our byte thanks to using namespace std somewhere Alibek Omarov 2023-09-09 02:45:06 +0300
  • 6eeaa1f199 Add SDL2 build from HLSDK 2.4 Alibek Omarov 2023-09-09 02:44:35 +0300
  • 3e907922df common: interface: fix dlsym cast, fix headers for Linux Alibek Omarov 2023-09-06 22:55:26 +0300
  • 5bb2221c62 client: fix VGUI include and lib path detection Alibek Omarov 2023-09-06 22:53:40 +0300
  • 70d346f7cb client: convert libc headers to lowercase Alibek Omarov 2023-09-06 22:51:07 +0300
  • 6672dee0e9 client: wscript: remove unused opts Alibek Omarov 2023-09-06 05:26:49 +0300
  • add1d81cc1 utils: vgui: update VGUI headers, add Linux shared library to link against Alibek Omarov 2023-09-06 05:23:06 +0300
  • 72e2f4e2f4 wscript: disable implicit-fallthrough diagnostic for now Alibek Omarov 2023-09-06 05:17:15 +0300
  • c2679343ed game_shared: bitvec: include correct stdlib headers for standard functions Alibek Omarov 2023-09-06 05:17:00 +0300
  • 792613e622 pm_shared: fix struct definition in argument list (causes error on GCC) Alibek Omarov 2023-09-06 05:16:26 +0300
  • 275b5896c1 server: remove unused typedef keyword Alibek Omarov 2023-09-06 05:15:03 +0300
  • 7ae4e0e200 server: fix parentheses with bool ops Alibek Omarov 2023-09-06 05:14:47 +0300
  • 98ce99e822 server: include correct stdlib headers for standard functions Alibek Omarov 2023-09-06 05:14:02 +0300
  • 15b17af683 server: fix Stupid MSVC6 Bug Alibek Omarov 2023-09-06 05:13:09 +0300
  • 23b1b76dce Next set of write-string fixes Alibek Omarov 2023-09-06 05:11:41 +0300
  • 584d1a597e Fix usage of SetThink/Touch/Use/Blocked/MoveDone macros Alibek Omarov 2023-09-06 05:09:49 +0300
  • c7e0cc3906 Initial fix for write-strings in HLSDK headers Alibek Omarov 2023-09-06 05:02:32 +0300
  • c56b92f9e6 Replace min/max macros by Q_min/Q_max to make newer C++ stdlib happy Alibek Omarov 2023-09-06 03:52:02 +0300
  • 137f3923ca Fixup write-strings on weapons code Alibek Omarov 2023-09-06 03:35:50 +0300
  • 61f94cfd11 Integrate Waf build system Alibek Omarov 2023-09-06 02:55:01 +0300
  • 81d035893a Convert all C/C++ source files to UTF-8 encoding Alibek Omarov 2023-09-06 03:27:38 +0300
  • e97d85ed68 Convert all C/C++ source files to LF line endings Alibek Omarov 2023-09-06 03:25:25 +0300
  • 3e44e27574
    commit The Wastes 1.5 changes built on top of Half-Life SDK 2.2 master v1.5-rc Marco Cawthorne 2023-09-04 13:28:44 -0700
  • 4ec16cce0e as released 2001-11-08 v2.2 archive 2001-11-08 00:00:00 +0000
  • d4fc7e405f as released 2001-08-29 v2.2b archive 2001-08-29 00:00:00 +0000
  • e84d04174b as released 2000-11-07 v2.1 archive 2000-11-07 00:00:00 +0000
  • 7e9f0c84ab as released 2000-06-05 v2.0 archive 2000-06-05 00:00:00 +0000
  • b443b4420e as released 1999-04-07 initial archive 1999-04-07 00:00:00 +0000