Commit graph

285 commits

Author SHA1 Message Date
zturtleman
5405ce69d4 Restore .x86 to Linux and macOS client/server executable names. 2018-08-08 15:57:53 +00:00
zturtleman
463403094a Fix detecting minimum glibc version for linux binaries 2018-08-07 22:13:30 +00:00
zturtleman
7e8d7867e6 Update version in Makefile to v0.0.1.2 2018-08-07 21:48:43 +00:00
q3rally
97dfa7bbe2 preparing new release 2018-08-07 07:48:28 +00:00
q3rally
e6ba9b8044 preparing new release 2018-08-07 07:45:36 +00:00
q3rally
0631f5837e preparing new release 2018-08-07 07:24:33 +00:00
q3rally
b3823f33e4 preparing new release 2018-08-06 23:51:20 +00:00
q3rally
9f5045f979 worked on ammo shaders
added flame_ammo to entities.def
2018-08-06 22:52:24 +00:00
zturtleman
b8de73c963 Make shell scripts executable and use Unix line endings. 2018-07-30 14:26:43 +00:00
zturtleman
bcb911f1e8 Update make-linux-portable.sh 2018-07-30 13:54:33 +00:00
zturtleman
96a9e2a9aa ioquake3 resync to revision 3511 from 3444.
This updates from SDL 2.0.4 to SDL 2.0.8.

Fix nullptr dereference in front of nullptr check in FS_CheckPak0
Fix undefined behaviour due to shifting signed in snd_mem.c
Fix shifting bits out of byte in tr_font.c
Fix shift into sign in cl_cin.c
Fix signed bit operations in MSG_ReadBits
Add missing address operator in cm_polylib.c
OpenGL1: Decay float[8] to float * in tr_marks.c
Avoid srcList[-1] in snd_openal.c
Fix the behaviour of CVAR_LATCH|CVAR_CHEAT cvars
Maximize cURL buffer size
Fix mouse grab after toggling fullscreen
Fix q3history buffer not cleared between mods and OOB-access
Revert "Removed "Color Depth" from q3_ui system settings, it didn't control anything."
Fix displayed color/depth/stencil bits values
Restore setting r_colorbits in q3_ui
Make setting r_stencilbits more consistent in Team Arena UI
Fix map list in Team Arena start server menu after entering SP menu
Support SDL audio devices that require float32 samples.
sdl_snd.c should just initialize SDL audio without checking SDL_WasInit().
There's no need to SDL_PauseAudio(1) before calling SDL_CloseAudio().
Added audio capture support to SDL backend.
Use the SDL2 audio device interface instead of the legacy 1.2 API.
Disable SDL audio capture until prebuilt SDL libraries are updated to 2.0.8.
Update SDL2 to 2.0.8
Add SDL 2.0.1 headers for macOS PPC
Make macOS Universal Bundle target 10.6 for x86 and x86_64
Fix possible bot goal state NULL pointer dereference
Fix uninitialized bot_goal_t fields
Remove unnecessary NULL pointer check in Cmd_RemoveCommand
Make UI_DrawProportionalString handle NULL string
Fix compiling against macOS system OpenAL and SDL2 frameworks
Fix array index in CanDamage() function - discovered by MARTY
Fix compiling Makefile (broke in macOS frameworks commit)
Fix clearing keys for control in Team Arena UI
Make s_useOpenAL be CVAR_LATCH
Improvements for dedicated camera followers (team follow1/2)
Fix not closing description.txt and fix path seperator
Fix duplicate bots displayed in Team Arena ingame add bot menu
OpenGL2: Fix parsing specularScale in shaders
Don't allow SDL audio capture using pulseaudio
Isolate the Altivec code so non-Altivec PPC targets can use the same binary.
Limit -maltivec to specific source files on OpenBSD too (untested)
Use SDL 2.0.1 headers for macOS ppc64
Fix console offset while Team Arena voiceMenu is open
OpenGL2: Readd r_deluxeSpecular.
Fix client kicked as unpure when missing the latest cgame/ui pk3s
Don't create multiple windows when GL context creation fails
Require OpenGL 1.2 for GL_CLAMP_TO_EDGE
Fix Linux uninstaller requiring Bash
Fix Linux uninstaller redirecting stderr to stdout in preuninstall.sh
Reported by @illwieckz.
Fix in_restart causing fatal error while video is shutdown
Allow pkg-config binary to be overridden with PKG_CONFIG
Make testgun command without argument disable test gun model
Remove unused renderer_buffer variable
Don't upload 8 bit grayscale images as 16 bit luminance
OpenGL1: Use RE_UploadCinematic() instead of duplicate code
Don't load non-core GL functions for OpenGL 3.2 core context
Load OpenGL ES 2.0 function procs
Don't check fixed function GL extensions when using shader pipeline
OpenGL2: Fix world VAO cache drawing when glIndex_t is unsigned short
OpenGL2: Misc fixes and cleanup
Fix IQM root joint backlerp when joint number is more than 0
Improve IQM loading
Improve IQM CPU vertex skinning performance
OpenGL2: Add GPU vertex skinning for IQM models
2018-07-30 11:35:12 +00:00
q3rally
69988beb33 2018-05-24 21:50:39 +00:00
q3rally
e6471c1d1d - changed the default Bots
- new ctf map
- new levelshots
- minimaps added
2018-05-24 21:48:06 +00:00
q3rally
dca76b9516 Added brown camaro skin
fixed the misplaced backlites
2018-05-09 23:18:27 +00:00
q3rally
333b56165a Added grey and white skin for the camaro 2018-05-08 21:52:27 +00:00
zturtleman
e059428dae Make Camaro reflective and add wheel to fix warning in menu. 2018-05-03 22:53:37 +00:00
zturtleman
48c243de89 Fix sv_master1 and 2 both being master.ioquake3.org 2018-05-02 03:34:17 +00:00
zturtleman
1ef365cca8 Fix error parsing q3r_platforms.arena 2018-05-02 03:07:07 +00:00
zturtleman
9d8633c712 Restore data fixes that were reverted in r214
r149: Fix ctf.shader failing newer ioq3 syntax check
r150: Resolve invalid shader keywords
r190: Fix names not being added to some license plates
2018-05-02 03:04:25 +00:00
q3rally
a6a3f51bc5 code typo cleared 2018-05-02 00:47:41 +00:00
q3rally
0d9f6f1534 Some small changes...modified some stuff... 2018-05-02 00:34:14 +00:00
q3rally
7b8af0f21d reworked the camaro / added black skin for camaro / still needs some work on the camaro shader / reflect still not working 2018-04-30 23:15:10 +00:00
zturtleman
9f677862ac Change version to v0.0.1.0 in Makefiles to match q_shared.h 2018-04-25 04:43:35 +00:00
q3rally
eb284c5d5f 2018-04-24 17:59:13 +00:00
q3rally
2b68d61c8c - changed version
- worked on the minimap feature
2018-04-24 17:57:58 +00:00
zturtleman
5642b01cd7 Add ioquake3 changes missed in last commit. 2018-04-08 02:03:51 +00:00
zturtleman
0d5fb492cd ioquake3 resync to revision 3444 from 3393.
Fix GCC 6 misleading-indentation warning
add SECURITY.md
OpenGL2: Restore adding fixed ambient light when HDR is enabled
Few LCC memory fixes.
fix a few potential buffer overwrite in Game VM
Enable compiler optimization on all macOS architectures
Don't allow qagame module to create "botlib.log" at ANY filesystem location
Make FS_BuildOSPath for botlib.log consistent with typical usage
tiny readme thing
Remove extra plus sign from Huff_Compress()
Fix VMs being able to change CVAR_PROTECTED cvars
Don't register fs_game cvar everywhere just to get the value
Don't let VMs change engine latch cvars immediately
Fix fs_game '..' reading outside of home and base path
Fix VMs forcing engine latch cvar to update to latched value
Revert my recent cvar latch changes
Revert "Don't let VMs change engine latch cvars immediately"
Partially revert "Fix fs_game '..' reading outside of home and base path"
Revert "Fix VMs forcing engine latch cvar to update to latched value"
Fix exploit to bypass filename restrictions on Windows
Changes to systemd q3a.service
Fix Q_vsnprintf for mingw-w64
Fix timelimit causing an infinite map ending loop
Fix invalid access to cluster 0 in AAS_AreaRouteToGoalArea()
Fix negative frag/capturelimit causing an infinite map end loop
OpenGL2: Fix dark lightmap on shader in mpteam6
Make FS_InvalidGameDir() consider subdirectories invalid
[qcommon] Remove dead serialization code
[qcommon] Make several zone variables and functions static.
Fix MAC_OS_X_VERSION_MIN_REQUIRED for macOS 10.10 and later
Increase q3_ui .arena filename list buffer size to 4096 bytes
OpenGL2: Fix crash when BSP has deluxe maps and vertex lit surfaces
Support Unicode characters greater than 0xFF in cl_consoleKeys
Fix macOS app bundle with space in name
OpenGL1: Use glGenTextures instead of hardcoded values
Remove CON_FlushIn function and where STDIN needs flushing, use tcflush POSIX function
Update libogg from 1.3.2 to 1.3.3
Rename (already updated) libogg-1.3.2 to libogg-1.3.3
Update libvorbis from 1.3.5 to 1.3.6
* Fix CVE-2018-5146 - out-of-bounds write on codebook decoding.
* Fix CVE-2017-14632 - free() on unitialized data
* Fix CVE-2017-14633 - out-of-bounds read
Rename (already updated) libvorbis-1.3.5 to libvorbis-1.3.6
Update opus from 1.1.4 to 1.2.1
Rename (already updated) opus-1.1.4 to opus-1.2.1
Update opusfile from 0.8 to 0.9
Rename (already updated) opusfile-0.8 to opusfile-0.9
First swing at a CONTRIBUTING.md
Allow loading system OpenAL library on macOS again
Remove duplicate setting of FREETYPE_CFLAGS in Makefile
Fix exploit to reset player by sending wrong serverId
Fix "Going to CS_ZOMBIE for [clientname]" developer message
Fix MSG_Read*String*() functions not being able to read last byte from message
2018-04-07 23:02:52 +00:00
zturtleman
5312e365e0 Add support for q3rally custom surfaceParms to netradiant config. 2018-01-18 23:08:16 +00:00
zturtleman
e4d9629b58 Fix source build/launch scripts for Linux x86. 2018-01-10 02:58:42 +00:00
zturtleman
d9511b9baa Update Linux x86 build. Previously the engine was from 2016-05-19 and renderer was from 2017-12-05. 2018-01-10 02:43:17 +00:00
zturtleman
6b371e38cf Ignore tools directories at engine/builds/*/tools. 2018-01-10 02:11:44 +00:00
zturtleman
418399ca9c Remove old rend2 libraries from engine/builds -- the current name is opengl2. 2018-01-10 02:08:19 +00:00
zturtleman
edd27fabcb Remove empty directories in engine/builds/. Hopefully they aren't all readded when Perle updates the builds... 2018-01-10 02:05:53 +00:00
zturtleman
470f5822be Ignore .d and .asm in engine/builds sub-directories using svn:global-ignores property. 2018-01-10 01:57:29 +00:00
zturtleman
4cde497490 Revert r194, don't ignore vm_x86.c. It will cause issues updating ioq3 later. 2018-01-10 01:35:56 +00:00
q3rally
5cba578afd Added working mapping tools for NetRadiant/GTKRadiant 1.5.0 2017-12-30 16:29:40 +00:00
q3rally
24d4683a62 - changed master server to master.ioquake3.org
- uploaded new snapshot (r199) to svn
2017-12-12 19:31:51 +00:00
q3rally
2d44b223b5 2017-12-06 09:48:32 +00:00
q3rally
d76bb00c9b Added new rendererfiles to svn... 2017-12-05 16:48:41 +00:00
q3rally
571c3d820d New svn Build available...v0.0.0.8 r196 2017-12-05 14:18:17 +00:00
zturtleman
79da376a66 Fix MinGW builds (add missing manifest from ioq3) 2017-12-05 05:04:32 +00:00
q3rally
7b2f10c8cc Property change only 2017-12-04 18:01:56 +00:00
zturtleman
7f60501f09 Sync CGame with ioquake3
Fix clientNum in engine/code/cgame/cg_players.c
Add \n to printf in engine/code/cgame/cg_snapshot.c
Misc whitespace and comment syncing to ioq3 in engine/code/cgame/
2017-12-03 11:36:57 +00:00
zturtleman
c55f11d8b9 ioquake3 resync to revision 3393 from 3385.
OpenGL2: Use ri.Error instead of Com_Error in tr_vbo.c
Fix Team Arena server refresh time format
Fix -1 (unlimited) ammo decreasing ammo time remaining
Correct spelling mistakes
Fix invalid model frame developer warnings in Team Arena
2017-12-03 10:09:52 +00:00
zturtleman
f746431813 Replace fs_pure cvar with fs_unpure
Getting value of non-existant cvars in menu in ioquake3 will be 0. Flipping the logic for fs_pure allows changing sv_pure in the menu when running on unmodified ioquake3 engine (which lacks fs_pure/fs_unpure so they are treated as 0).

This breaks compatiblity with older Q3RallySA UI VM. Though I recently broke compatibility with older Q3RallySA CGame/Game VMs to restore ioq3 compatibility anyway (removed asin/cos system calls).
2017-12-03 09:30:01 +00:00
zturtleman
14ae23ec80 Fix names not being added to some license plates
The TGA loader in engine/code/cgame/cg_rally_platetools.c doesn't support Run-Length Encoded TGAs. Convert RLE plates to non-RLE.
2017-11-17 05:29:51 +00:00
zturtleman
c38c1a2f14 Fix some issues with in the Q3Rally menu
Fix DLL crash when opening demos menu (arrow items are PTEXT with NULL string).
Add/fix scroll arrows in demos menu.
Fix "Only humans" option in server browser always being disabled and not aligned with other options.
Make specify server menu use back/next text in the same place as parent server browser menu.
2017-11-17 04:51:26 +00:00
zturtleman
4a9094482d Fix client console text width 2017-11-17 04:05:11 +00:00
zturtleman
0081965385 Sync Engine and Game VM code to ioquake3
Mostly whitespace changes. No bug fixes.
Q3Rally doesn't change any botlib code so revert copyright in botlib headers that use to be in the Q3 SDK game source directory.
MD3_MAX_* defines (besides MD3_MAX_LOD) are not used so revert to ioq3 values.
2017-11-17 03:49:41 +00:00
zturtleman
0e7ddc331a Miscellaneous Game VM bug fixes
Bug fixes found by viewing differences from ioquake3. There is some unrelated whitespace and 0 to NULL changes.

bg_misc.c -- ioq3 and my bugfix
g_cmds.c -- ioq3 bugfix
g_combat.c -- ioq3 and my bugfix
g_main.c -- q3, ioq3, and my bugfix
g_mover.c -- ioq3 bugfix
g_svcmds.c -- q3 bugfix
g_team.c -- ioq3 bugfix
2017-11-17 03:37:02 +00:00