q3rally/engine/code/game
Zack Middleton 22a0949a26 ioquake3 resync to commit 4610a240 from bc8737d7
Upgrade to build and run from VS2019
Upgrades to Xcode project and Apple Silicon support
Update SDL2 to 2.0.14
Updated SDL2 include files to fix Mac build in GitHub Actions
Added another mention of arm64 to command line help
Restored original opus sse files, excluded from Xcode
Added arm64 to the post-build symlinking step
Merge branch 'main' into xcode
Merge branch 'main' into vs2019
Added shell script to compile Universal 2 binary (x86_64+arm64)
Reverting alert style to deprecated methods
Upgrades to Xcode project and Apple Silicon support
Update SDL2 to 2.0.14
Added another mention of arm64 to command line help
Restored original opus sse files, excluded from Xcode
Added arm64 to the post-build symlinking step
Added shell script to compile Universal 2 binary (x86_64+arm64)
Reverting alert style to deprecated methods
Merge branch 'xcode' of https://github.com/tomkidd/ioq3 into xcode
Removed signature from SDL dylib, enabled dark mode on macOS.
spaces > tabs
Ad-hoc signed libSDL2-2.0.0.dylib
Fix compiling against SDL 2.0.17
UB2 now signs and notarizes, upgraded to SDL 2.0.16
Architectures in libSDL2 restored for ppc and i386
Merge remote-tracking branch 'upstream/main' into vs2019
Update SDL2 to 2.0.16
Added rudimentary support for automatically finding Microsoft Store version of Quake 3
GHA deprecated Ubuntu 16.04 - update to 18.04
qsort cannot be called with NULL
Merge remote-tracking branch 'upstream/main' into vs2019
Addressed string concatenation issue and added dummy method for Mac/Linux
Added missing variable.
Merge remote-tracking branch 'upstream/main' into xcode
Updated SDL 2.0.16 headers and Mac version of libraries to fix GitHub actions
Addressed PR suggestions
Modified MS Store path handling to better follow the pattern of Steam/GOG
Merge pull request #481 from tomkidd/xcode
Merge pull request #482 from tomkidd/vs2019
OpenGL2: Fix r_grayscale 1 making everything solid black
Print full GL_EXTENSIONS list for OpenGL contexts before 3.0
Fix being unable to enter Team Arena CD key
OpenGL2: GL_DEPTH_TEXTURE_MODE was removed from OpenGL 3.0/Core
Improve setting Microsoft Store path
Update building for macOS in README
Make macOS arm64 default to target macOS 11 in Makefile
Fix error when cross-compiling for macOS arm64 using Makefile
Fix passing arguments to VM dylib on Apple M1
Fix compiling on older macOS
Fix memory corruption in S_TransferPaintBuffer
Fix memset
Fix hex digit
Fix uninitialized variable
some old URL and doc updates
Update README.md
Update FUNDING.yml
code/curl: update ifdef condition for MCST-LCC compiler in mcst-lcc compiler => 1.25 added a new macro definition to determine compiler
Revert "code/curl: update ifdef condition for MCST-LCC compiler"
Revert "E2K: fixed build by MCST lcc compiler when using USE_CURL=1 option"
More predictable mesh normals generation
vm_x86.c: Add `defined(_M_IX86) || defined(_M_X64)` (fix for VS2019)
Add keys for SDL 2.0.14's new gamepad buttons
Fix in_availableJoysticks cvar not updating
Fix (disabled) Wavelet sound decompression
Update to SDL 2.24.0 and add separate macOS UB2 dylib
Update macOS UB1 to SDL 2.0.22
Fix running make-macosx{,-ub2}.sh on Linux
Update MSVC .lib files to SDL 2.24.0
2023-03-02 23:13:18 -06:00
..
ai_chat.c Changed years in file headers 2021-03-24 20:13:01 +00:00
ai_chat.h Changed years in file headers 2021-03-24 20:13:01 +00:00
ai_cmd.c changed "SIGIL" to "Control Point" 2021-09-21 12:46:07 +00:00
ai_cmd.h Changed years in file headers 2021-03-24 20:13:01 +00:00
ai_dmnet.c Changed years in file headers 2021-03-24 20:13:01 +00:00
ai_dmnet.h Changed years in file headers 2021-03-24 20:13:01 +00:00
ai_dmq3.c changed "SIGIL" to "Control Point" 2021-09-21 12:46:07 +00:00
ai_dmq3.h Changed years in file headers 2021-03-24 20:13:01 +00:00
ai_main.c Changed years in file headers 2021-03-24 20:13:01 +00:00
ai_main.h Changed years in file headers 2021-03-24 20:13:01 +00:00
ai_team.c Changed years in file headers 2021-03-24 20:13:01 +00:00
ai_team.h Changed years in file headers 2021-03-24 20:13:01 +00:00
ai_vcmd.c Changed years in file headers 2021-03-24 20:13:01 +00:00
ai_vcmd.h Changed years in file headers 2021-03-24 20:13:01 +00:00
bg_lib.c ioquake3 resync to revision 3393 from 3385. 2017-12-03 10:09:52 +00:00
bg_lib.h Changed years in file headers 2021-03-24 20:13:01 +00:00
bg_local.h Changed years in file headers 2021-03-24 20:13:01 +00:00
bg_misc.c lowered the frag bonus from 5 seconds to 0.5 seconds 2021-11-11 18:04:58 +00:00
bg_physics.c 2021-04-11 09:51:15 +00:00
bg_physics.h 2021-04-11 09:51:15 +00:00
bg_pmove.c Fixes for Domination found when looking at the code. Whether they were causing noticeable issues is unknown. This breaks network compatibility with past release's QVMs (this is handled by GAME_VERSION). 2022-01-02 19:58:57 +00:00
bg_public.h new roadmap 2023-03-02 21:44:38 +01:00
bg_slidemove.c Changed years in file headers 2021-03-24 20:13:01 +00:00
bg_wheel_forces.c Changed years in file headers 2021-03-24 20:13:01 +00:00
chars.h Changed years in file headers 2021-03-24 20:13:01 +00:00
g_active.c Changed years in file headers 2021-03-24 20:13:01 +00:00
g_arenas.c - fixed (hopefully) railgun bug 2022-02-05 21:49:34 +01:00
g_bot.c Changes for upcoming 0.4 2022-03-02 14:38:24 +05:00
g_client.c new roadmap 2023-03-02 21:44:38 +01:00
g_cmds.c - fixed (hopefully) railgun bug 2022-02-05 21:49:34 +01:00
g_combat.c Changed years in file headers 2021-03-24 20:13:01 +00:00
g_items.c Changed years in file headers 2021-03-24 20:13:01 +00:00
g_local.h - fixed (hopefully) railgun bug 2022-02-05 21:49:34 +01:00
g_main.c worked out the surfaceparms stuff 2021-04-03 23:31:23 +00:00
g_mem.c Changed years in file headers 2021-03-24 20:13:01 +00:00
g_misc.c commit for 0.0.3.0 release (code freeze) 2021-05-13 16:02:43 +00:00
g_missile.c Some changed stuff 2022-02-14 19:19:42 +01:00
g_mover.c Added more options to func_breakable 2022-03-19 21:49:08 +01:00
g_public.h Changed years in file headers 2021-03-24 20:13:01 +00:00
g_rally_hazard.c Changed years in file headers 2021-03-24 20:13:01 +00:00
g_rally_mapents.c Changed years in file headers 2021-03-24 20:13:01 +00:00
g_rally_mapobjects.c Changed years in file headers 2021-03-24 20:13:01 +00:00
g_rally_object_physics.c Normalize all the line endings 2022-03-03 21:58:53 +01:00
g_rally_observer_cams.c Changed years in file headers 2021-03-24 20:13:01 +00:00
g_rally_racetools.c Changed years in file headers 2021-03-24 20:13:01 +00:00
g_rally_rearweapon.c Changed years in file headers 2021-03-24 20:13:01 +00:00
g_rally_scripted_objects.c Changed years in file headers 2021-03-24 20:13:01 +00:00
g_rally_tools.c Changed years in file headers 2021-03-24 20:13:01 +00:00
g_rankings.c Changed years in file headers 2021-03-24 20:13:01 +00:00
g_rankings.h Changed years in file headers 2021-03-24 20:13:01 +00:00
g_session.c Changed years in file headers 2021-03-24 20:13:01 +00:00
g_spawn.c Added 4-Team-Domination 2021-06-11 04:29:41 +00:00
g_svcmds.c Changed years in file headers 2021-03-24 20:13:01 +00:00
g_syscalls.asm Restore compatibility with running on unmodified ioquake3 2017-11-17 00:43:27 +00:00
g_syscalls.c Changed years in file headers 2021-03-24 20:13:01 +00:00
g_target.c Changed years in file headers 2021-03-24 20:13:01 +00:00
g_team.c Fix auto added third sigil when only two sigil exist in the map. 2022-01-15 03:01:05 +00:00
g_team.h Changed years in file headers 2021-03-24 20:13:01 +00:00
g_trigger.c Changed years in file headers 2021-03-24 20:13:01 +00:00
g_utils.c ioquake3 resync to commit 4610a240 from bc8737d7 2023-03-02 23:13:18 -06:00
g_weapon.c new roadmap 2023-03-02 21:44:38 +01:00
inv.h Changed years in file headers 2021-03-24 20:13:01 +00:00
match.h Changed years in file headers 2021-03-24 20:13:01 +00:00
syn.h Changed years in file headers 2021-03-24 20:13:01 +00:00