Commit graph

315 commits

Author SHA1 Message Date
q3rally
c4133be8b7 small changes 2019-04-14 17:41:14 +00:00
zturtleman
6bc3b33eab ioquake3 resync to revision 3522 from 3511.
Fix axis returned by IQM's LerpTag
Calculate bounds for unanimated IQM models
Fix loading favorites as initial source in server browser
Improve finding obelisk entitynum for bot AI
Fix SDL audio playback with surround sound
Fix predicting entity origin on rotating mover
Allow binds to use hex values for all key codes
Disable pulseaudio capture regardless of SDL version
Fix SDL audio playback with 16-bit stereo sound
Make s_info command display channels instead of stereo
Fix cross-compiling using mingw-w64 on Ubuntu 18.04
2018-10-16 17:48:51 +00:00
q3rally
d0f6099cc1 not changed anything, just some tryouts 2018-09-07 23:39:04 +00:00
q3rally
4c7503d798 working on surfaceparms 2018-08-27 20:46:43 +00:00
q3rally
9083b36b55 fixed version to 0.0.1.3
added testrim in "high res" 330x330px instead of 64x64px
2018-08-22 23:05:59 +00:00
zturtleman
c9f50d970f Update qvm.pk3 checksum for v0.0.1.2 release 2018-08-08 19:57:37 +00:00
zturtleman
38590e1acd Fix adding svn revision to version for newer subversion client (only has .svn directory in top-level) 2018-08-08 19:53:46 +00:00
zturtleman
6848f66d73 Update QVMs for Q3Rally v0.0.1.2. 2018-08-08 19:26:41 +00:00
zturtleman
15a0720966 Fix SDL2 macppc headers. 2018-08-08 16:40:01 +00:00
zturtleman
9cbd0064af Add macOS libSDL2main.a that I missed importing from ioquake3 2018-08-08 16:23:21 +00:00
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
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
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
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
q3rally
24d4683a62 - changed master server to master.ioquake3.org
- uploaded new snapshot (r199) to svn
2017-12-12 19:31:51 +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
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
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
zturtleman
d1d77c02f6 Restore compatibility with running on unmodified ioquake3
Remove additional acos and asin system call traps that I added in r119 (2012-09-15).
Now the implementations in bg_lib.c are used like when Q3Rally was a mod.
acos system call is part of Q3A CGame API. It's still used by Q3Rally CGame.

Attempting to run Q3Rally CGame VMs from Sep-2012 - Nov-2017 will now given an error.
ERROR: Bad cgame system trap: 112
2017-11-17 00:43:27 +00:00
zturtleman
26fcf173be Add Q3Rally items to botfiles
Q3Rally renames some items and adds some items. Bots should try to pick them up now.
2017-11-04 13:51:46 +00:00
zturtleman
95fbb18fa1 ioquake3 resync to revision 3385 from 3347.
Fix going to previous browser source in q3_ui
Limit ui_smallFont/ui_bigFont/cg_noTaunt cvars to missionpack
Fix team chat box for spectators
Don't draw crosshair 0 in Team Arena setup menu
Make client for Windows x86_64 use OpenAL64.dll by default
Fix loading renderer DLLs on Windows x86
Add Windows application manifest
Disable DPI scaling on Windows
ignore window resize event on fullscreen
Don't reload arenas.txt/*.arena files in Team Arena UI
Fix crash when out of memory in Team Arena's String_Alloc
Fix in_nograb not releasing the mouse cursor
Update UI player animation handling to match CGame
Fix specifying minimum mac os version in make-macosx.sh
Fix listen server sending snapshots each client frame
Statically link libgcc on Windows
Fix hit accuracy stats for lightning gun and shotgun kills
Don't link to libGL at compile time
Add common OpenGL version parsing + OpenGL 3 fixes
Support parsing OpenGL ES version strings
Fix setting cflags/libs from sdl2-config
Load OpenGL ES 1.1 function procs
[qcommon] Use unsigned types where wrapping arithmetic is intended
OpenGL2: Fix brightness when r_autoExposure is disabled
OpenGL2: Fix MD3 surface with zero shaders dividing by zero
[botlib/be_aas_def.h] Change array size from MAX_PATH to MAX_QPATH
Don't redefine MAX_PATH in bot code
Fix memory leak in (unused) AAS_FloodAreas()
Fix compiling GLSL shaders under Windows.
Only draw cm_patch/bot debug polygons in world scenes
Fix reading crash log when log wraps around buffer
Don't send team overlay info to bots
Fix a race condition in the makedirs target
Fix shader corruption on OpenBSD
2017-11-04 11:30:30 +00:00
zturtleman
7fb48b29ca ioquake3 resync to revision 3347 from 3331.
Update arch in misc/setup for ioq3 changing from i386 to x86
OpenGL2: Use extension functions with OpenGL versions before 3.0.
OpenGL2: Force VAO usage on OpenGL 3.0+
Add spawnflags to QUAKED for trigger_multiple
Check for all command separators in callTeamVote
Remove newlines from chat messages in Game VM
Fix compiling Cmd_CallTeamVote_f
Only allow safe protocols for cURL downloads
Fix crash when pmove_msec is 0
Combine mouse movement events in event queue
Improve keys using international key layouts
Improve client input responsiveness
Removing input functions from sys_local.h for last commit
Make input events use earliest possible time
Make bots use crusher on other q3tourney6 maps
Make bots only use q3tourney6 crusher to kill their enemy
2017-08-30 07:09:41 +00:00
zturtleman
f44a329010 Fix compiler warnings 2017-08-07 05:41:42 +00:00
zturtleman
e7405e98df ioquake3 resync to revision 3331 from 3306.
OpenGL2: Use an OpenGL 3.2 core context if available
OpenGL2: Remove GLSL_ValidateProgram()
OpenGL2: Don't do MSAA resolve/shadow mask/SSAO on shadow views
OpenGL2: "Fix" cg_shadows 4
Fix score bonus for defending the flag carrier in CTF
Restore not giving defense score bonus to flag carrier
Add score bonus for defending the flag carrier in 1 Flag CTF
Move CON_Init ahead of Com_Init to avoid Windows dedicated server crash
Make 'globalservers 0' fetch all masters
OpenGL2: Don't use initialized arrays in glsl shaders
Echo server say/tell/sayto message to console
Don't try to remove non-existant command 'shaderstate'
Update internal curl to 7.54.0
Silence g_util.c warning about set but not read variable
Remove unused imgFlag_t value IMGFLAG_SRGB
Make warmup in Team Deathmatch wait for players to join both teams
Remove CVAR_PROTECTED from cl_renderer
Fix/improve buffer overflow in MSG_ReadBits/MSG_WriteBits
Fix friction in AAS_ClientMovementPrediction
Fix floating point precision loss in renderer
Reject OpenGL contexts w/ software renderer when core context requested
2017-08-07 05:23:43 +00:00
zturtleman
3df75e2afd Add SDL2 Windows libs from ioquake3. 2017-07-10 01:40:39 +00:00
zturtleman
866aa787cf ioquake3 resync to 3306 from 1951.
Update to ioquake3 revision 3306 from 1951 of the ioq3 Github repo via subversion. Over 4 years of changes.
2017-07-10 01:33:41 +00:00
zturtleman
6afd8f13d2 ioquake3 resync to revision 2398 from 2369.
This is the last ioquake3 revision before ioquake3 changed from subversion to git at the beginning of 2013.

#5808 - Include and use .glsl in source (rend2)
#5812 - Use refdef's coordinates when drawing to screen shadow fbo, and separate depth texture and screen texture coordinates in glsl shaders.
Include Rend2 renderer in MacOSX bundle
Include OpenGL1 and Rend2 renderers in MacOSX UB
Include Rend2 renderer in NSIS installer.
Include OpenGL1 and Rend2 renderers in Loki Setup Installer.
Have NSIS uninstaller delete rend2.
Split light sample into direct and ambient parts when using deluxemaps or per-vertex light vectors.  Fixes #5813.
Fix writting voip data in demos (broke in r2102).
Fix server ignoring client move commands if voip data is included.
Allow changing cl_voip without restarting.
Fix assert failing in CL_ParseVoip() while flipping cl_voip off and on.
Only declare var_SampleToView in lightall shader when it is actually used.
Fix a couple files not ending with a newline.
Fix clients being able to reset their player state and respawn using donedl.
Fix passing arg9 (qvm only), arg10, and arg11 to vmMain for native libs and non-i386 compiled or interpated qvms. (Currently they aren't use in vmMain in game, cgame, or ui.)
Fix passing args[11] to args[15] from vm to engine on ppc64 and sparc64. Some of the args are used by game bot prediction syscalls. May have been causing bugs. Note: This was fixed for x86_64 in r2163.
Fix reconnect command to work after leaving server. (#5794)
Fix dedicated server crashing when using MSG_ReadDelta*, though it only happens if someone modifies the engine. (#5449)
Makefile fixes for OpenBSD by Jonathan Gray. (#5728)
Save all arguments from connect for reconnect command.
Remove unnecessary localhost check from reconnect command.
Support r_srgb even without hardware support.  Also tweak default autoexposure/tonemap settings to look good on both r_srgb 0 and 1.
Changed the MacOS-X build system to make UB's containing i386 and x86_64 arches and made make-macosx.sh not build UB's but only standard binaries
Fix spectator client being switched from follow to free after map_restart if following a client with a higher client number.
Fix client unlinking issue caused by ent->s.number being set to followed client's ps->clientNum after map_restart. Reported by Ensiform.
Changes from Ensiform:
- In G_AddBot, try to allocate clientNum before doing anything else.
- In G_AddBot, don't set SVF_BOT and inuse. It's done in ClientConnect, plus inuse causes ClientDisconnect to be run for no reason.
- In G_AddBot, only set skill in bot useinfo once.
- Avoid using cl->ps.clientNum to check if cl is a bot.
Fix bot skill format so it doesn't always have a space at the beginning of it.
More fixes to the macosx buildsystem.  This removes the SDL Framework and makes use of a SDL library that is position independant.  This also brings back PPC builds into the UB and also as a standa alone build choice.
Have make-macosx.sh require the user to specify which architecture she/he wants to build for and suggest building UB's if the user is unaware of what architectures are
Lets list all the valid options.
2017-07-09 21:21:12 +00:00
q3rally
3cb32ec703 Commit for upcoming v0.0.0.4 release. 2016-05-19 16:13:13 +00:00
q3rally
a5d90870db Commit for upcoming v0.0.0.4 release. 2016-05-19 12:25:00 +00:00
q3rally
3213ebfc50 Commit for upcoming v0.0.0.4 release. 2016-05-18 16:06:33 +00:00
q3rally
70a31b68d4 Commit for upcoming v0.0.0.4 release. 2016-05-18 14:22:47 +00:00
q3rally
b9dce9aed9 bots should use all weapons now 2016-05-18 08:29:28 +00:00
q3rally
4d43253c7e bots should use all weapons now 2016-05-18 04:18:02 +00:00
q3rally
799400495d bots should use all weapons now 2016-05-17 21:00:39 +00:00
q3rally
0e4e4f9a7a fixed "bug" where you can select opposite buttons for the same function like left and right arrow for turn left. now you can define only one button for the selected funktion. 2016-05-17 20:07:09 +00:00
q3rally
5484d43f6c fixed "bug" where you can select opposite buttons for the same function like left and right arrow for turn left. now you can define only one button for the selected funktion. 2016-05-17 12:15:37 +00:00
q3rally
225ac61dfa fixed "bug" where you can select opposite buttons for the same function like left and right arrow for turn left. now you can define only one button for the selected funktion. 2016-05-17 11:56:43 +00:00
q3rally
942efa707b fixed "bug" where you can select opposite buttons for the same function like left and right arrow for turn left. now you can define only one button for the selected funktion. 2016-05-17 11:41:23 +00:00
q3rally
d7a7cbce6a fixed "bug" where you can select opposite buttons for the same function like left and right arrow for turn left. now you can define only one button for the selected funktion. 2016-05-17 09:43:24 +00:00
q3rally
8b42fbcdbe fix wrong buttons in remove bot menu ingame 2016-05-15 10:04:21 +00:00
q3rally
08e488d5f4 fix wrong buttons in remove bot menu ingame 2016-05-15 09:41:11 +00:00
q3rally
d6b2a87d78 fix wrong buttons in add bot menu ingame 2016-05-15 06:57:54 +00:00
q3rally
caed223c05 fix wrong buttons in add bot menu ingame 2016-05-15 06:57:10 +00:00
q3rally
02f649d08c fix wrong buttons in add bot menu ingame 2016-05-15 06:00:27 +00:00
q3rally
a7a6305b9b fix wrong buttons in add bot menu ingame 2016-05-14 09:02:02 +00:00
q3rally
cd6cc39694 fix wrong buttons in add bot menu ingame 2016-05-14 08:35:12 +00:00
q3rally
fdfde7b249 fix wrong buttons in add bot menu ingame 2016-05-14 06:49:54 +00:00
q3rally
a8e858d941 fix wrong buttons in add bot menu ingame 2016-05-13 21:29:28 +00:00
q3rally
7bf6f9256d fix misplaced items in settings menu 2016-05-13 20:15:10 +00:00
q3rally
bb550a75ef fix wrong buttons in add bot menu ingame 2016-05-13 20:07:43 +00:00
q3rally
92d6022737 Changed Version info from ioq3 v0.0.0.3 to Q3Rally v0.0.0.4 2016-05-11 21:25:44 +00:00
q3rally
ff05e4ca01 Changed some version stuff... 2016-04-29 22:17:40 +00:00
q3rally
bb4313cead Bring back the minimap feature. Will be more useful in the future. Still some work left on it. 2016-04-14 12:01:56 +00:00
q3rally
df7d45e5f6 product version displays now more detailed 2015-11-13 22:45:42 +00:00
q3rally
df9c3b2e5a Changed mail adress and years in comments 2015-11-13 22:41:34 +00:00
q3rally
e3dadb71c2 Missiles are now destroiable 2015-11-13 22:35:22 +00:00
q3rally
f6393c97a2 Commented out the minimap feature. not sure if it comes back. 2015-11-12 22:47:10 +00:00
q3rally
6135a77e57 Only a sign of life 2015-11-12 22:28:13 +00:00
q3rally
8bf74ab8a1 Still here...
Who have thought...
2014-11-25 20:39:24 +00:00
q3rally
e85667c704 2014-11-25 20:36:04 +00:00
zturtleman
6fba322a1b Restore car fov y in menu (broke it in last revision). 2012-12-06 07:22:16 +00:00
zturtleman
3b4f4cdfa9 ioquake3 resync to revision 2369 from 2317.
Some revision messages:

Cache servers for each master server in q3_ui, otherwise servers from last updated master for shown for all Internet# sources.
Play correct team sounds when in spectator mode and following a player.
Check last listener number instead of clc.clientNum in S_AL_HearingThroughEntity so sound work correctly when spectate following a client. (Related to bug 5741.)
When in third person, don't play player's sounds as full volume in Base sound system. OpenAL already does this. (Related to bug 5741.)
really fix the confusion with game entity and refentity numbers
to further reduce confusion, rename constants like MAX_ENTITIES to MAX_REFENTITIES
Added Rend2, an alternate renderer. (Bug #4358)
Fix restoring fs_game when default.cfg is missing.
Fix restoring old fs_game upon leaving a server. Patch by Ensiform.
Change more operator commands to require sv_running to be usable. Patch by Ensiform.
Fix some "> MAX_*" to be ">= MAX_*".
Fix follow command to find clients whose name begins with a number.
Fix up "gc" command, make it more like "tell". Based on patch by Ensiform.
Add usage messages for gc, tell, vtell, and votell commands.
Check player names in gc, tell, vtell, and votell commands.
#5799 - Change messagemode text box to display colors like in console input box.
Improve "play" command, based on a patch from Ensiform.
Check for invalid filename in OpenAL's RegisterSound function.
Changed Base sound system to warn not error when sound filename is empty or too long.
Remove references to non-existent functions CM_MarkFragments and CM_LerpTag.
2012-12-06 07:07:19 +00:00
zturtleman
346f8ef682 Don't use car pitch and roll for minimap angles, minimap no longer flys all over when spinning through the air. 2012-10-15 22:50:58 +00:00
zturtleman
91c98cb160 Fixed minimap fov_y, it was 70 but should be ~55.
Properly set rear view fov_y too, though it was only off by less than 1.
2012-10-15 22:46:54 +00:00
zturtleman
e3e3a064f4 Load the client's custom license plate instead of always using default.
Make rim and plate cvars be userinfo in UI, otherwise doesn't get setup right away when starting a server.
Improve warning for unsupported TGAs (when loading in cgame).
2012-09-15 08:59:59 +00:00
zturtleman
19a7bc3429 Add Q_acos and Q_asin trap calls for qvms (cgame had acos, renamed to Q_acos for consistancy with engine).
Change the range check on acos to be 0 to PI, not -PI to PI.
Fix memcmp for qvms?
2012-09-15 08:01:58 +00:00
zturtleman
c42db21b59 Made parts of game bot AI more like ioq3. 2012-09-15 07:35:02 +00:00
zturtleman
a26985d0a6 Remove q3_ui/ui_syscalls.* as ui/ui_syscalls.* are used. 2012-09-15 04:09:31 +00:00
zturtleman
94ddc62aef Update Mac SDL Lib to latest one from ioq3. 2012-09-15 04:06:54 +00:00
zturtleman
47c5b4c6a6 Fix gcc and lcc compiler warnings. 2012-09-15 03:56:52 +00:00
zturtleman
f079c4eb05 ioquake3 resync to revision 2317 from 2210. 2012-09-15 03:03:44 +00:00
q3rally
891d6dc106 Changed year in GUI. First step into coding. :-) 2012-03-30 09:06:42 +00:00
zturtleman
66b3140d34 ioquake3 resync to revision 2210 from 2143. 2011-12-10 00:15:42 +00:00
q3rally
7ff6e7c4e7 corrected checksums. ready for release. 2011-08-15 11:23:23 +00:00
q3rally
0ffb7fdab2 Changed masterserver to master.q3rally.com
Added missing textures for the added maps
2011-08-15 10:11:24 +00:00
zturtleman
6c49d858a9 ioquake3 resync to revision 2143 from 2116. 2011-08-10 22:10:14 +00:00
zturtleman
964be685e3 ioquake3 resync to revision 2116 from 2115. 2011-08-10 21:49:38 +00:00
zturtleman
4c3ad4d379 ioquake3 resync to revision 2115 from 2105. 2011-08-10 21:14:44 +00:00
zturtleman
83c6eac9d2 Use quake3-like gameversion. Fixes mismatch when server/client aren't both using qvm or dll/so. 2011-08-10 20:45:27 +00:00
q3rally
a1670788ff Reverted Q3Rally back to ioq3 revision 2105. 2139 didn´t run. 2011-08-09 15:30:56 +00:00
zturtleman
f999a31bf6 Fixed compiling and patched Makefile to ioq3 r2139. 2011-08-07 03:56:14 +00:00
zturtleman
a04d06a8f3 Removed files that are not used anymore. 2011-08-07 03:06:43 +00:00
q3rally
969882468f Resync from ioq3 2105 to 2139 2011-08-06 22:44:15 +00:00
q3rally
c64ddb3c1d Added textures.pk3 to the pure server test code. 2011-08-06 16:38:14 +00:00
q3rally
7820a96cd6 Little Fix. 2011-08-04 17:42:47 +00:00
q3rally
05a8497cfa Little fix in SpecifyServer_Menu. Now works well. 2011-07-31 04:02:32 +00:00
q3rally
309cbceb0b - Added CVAR_SYSTEMINFO to cvars that need it.
- Changed SpecifyServer Menu to Q3Rally style, removed OpenArena graphics
2011-07-31 03:33:17 +00:00
zturtleman
192e84a933 - Unified version (mostly), update VERSION in Makefile and PRODUCT_VERSION in q_shared.h. Sets version everywhere instead of just qvms.
- Modified 'not finished game' message in cg_rally_hud.c to be better English
2011-07-30 15:11:52 +00:00
zturtleman
b9967186a8 - Created function for GAMES_* to GT_*, it's only done in one place now. (ported from Turtle Arena r1517) 2011-07-30 14:28:37 +00:00
q3rally
45f8c08cef Added target_gravity from EntityPlus 2011-07-30 04:59:56 +00:00
zturtleman
6ad4ac40eb - Removed cvar ui_browserShowRallyOnly (no longer used after r77) 2011-07-29 19:42:12 +00:00
zturtleman
4c40feeb63 - Updated server browser to say UDP6 instead of IPX for ipv6 servers (ported from ioq3) 2011-07-29 19:20:56 +00:00
zturtleman
154c89143e - Removed "Show Q3Rally Only" option, after last revision we only get q3rally servers.
- Fixed requesting servers for a specific gametype (uses a dpmaster feature)
- Fixed gamename shown in server browser (only race and race DM were correct)
- Added support for five master servers in q3_ui (ported from ioq3)
- Removed Mplayer stuff from q3_ui (was removed from ioq3)
2011-07-29 18:48:49 +00:00
zturtleman
477584906e - ioquake3 resync to revision 2105 from 2098. 2011-07-29 17:52:36 +00:00
zturtleman
74fd246b05 - Fixed start server menu to work on Linux without pk3s. 2011-07-26 21:34:09 +00:00
zturtleman
339deb2bff - ioquake3 resync to revision 2098 from 1834 (?) 2011-07-26 08:52:24 +00:00
q3rally
da72161e2c Ready for release 2011-07-24 22:47:13 +00:00
q3rally
554ca94331 Fixed a quake 3 bug. Fixed looping target_speakers not stopping
their sound when triggered. Thanks to Eraser from EntityPlus
2011-07-24 09:09:13 +00:00
q3rally
78e5ece4a6 Added Hi-Res Textures from Paul Marshall, aka Kpax, aka Paulo. Changed some code stuff. Ready for release of an early test version. 2011-07-23 22:24:18 +00:00
q3rally
5bb2731711 Changed version system. now it has 4 counts. 2011-07-17 23:24:42 +00:00
q3rally
f292572ec9 Added telefrag gun as secondary fire mode for railgun 2011-07-17 23:14:34 +00:00
q3rally
d4ea6b5dcd Small change. Nothing really important. 2011-07-17 03:25:05 +00:00
q3rally
c76cec2847 Added md4 support. Increased polylimits for md3 models. changed many entities to entityplus style. Thanks to eraser for his great work. 2011-07-15 17:02:36 +00:00
q3rally
4a671c5c76 Cleaned MainMenu code. Added Radiant Tools. 2011-06-22 22:17:27 +00:00
q3rally
1830e2817f Added Stone Debris. 2011-06-21 22:21:46 +00:00
q3rally
213d112b19 Several Changes. New type of breakables. 2011-06-17 22:55:00 +00:00
q3rally
3fb0d6c64d Several Changes. New type of breakables. 2011-06-17 22:04:17 +00:00
q3rally
4403389e04 Several Changes. New type of breakables. 2011-06-17 21:49:33 +00:00
q3rally
c7c9efeccf Several Changes. New type of breakables. 2011-06-17 21:30:16 +00:00
q3rally
03c0df87d7 Several Changes. New type of breakables. 2011-06-17 21:13:16 +00:00
q3rally
32a8006eed Several Changes. New type of breakables. 2011-06-17 20:55:27 +00:00
q3rally
3932fd68a3 Several Changes. New type of breakables. 2011-06-17 20:27:16 +00:00
q3rally
973dd9bc07 Mover now can stop and restart by triggers. 2011-06-17 19:49:29 +00:00
q3rally
7eea3b6274 changed checksum to be able to start pure servers for beta test. 2011-05-14 23:33:03 +00:00
q3rally
e99324d98c Revert to the old breakables. 2011-05-02 19:09:55 +00:00
q3rally
48ca1b6149 2011-05-01 12:25:00 +00:00
q3rally
51478e0eaf New Breakables 2011-05-01 11:10:09 +00:00
q3rally
56216608bc Added debris from EntityPlusMod. 2011-05-01 08:21:44 +00:00
q3rally
f49a14a818 Added debris from EntityPlusMod. 2011-05-01 07:31:00 +00:00
q3rally
b290d76d86 Commit for Prealpha release 2011-03-12 21:57:02 +00:00
q3rally
7785f0f72c Commit for Prealpha release 2011-03-12 21:35:45 +00:00
q3rally
9b36aa3e74 Changed Checksum for pure server test 2011-03-11 22:01:33 +00:00
q3rally
a7d4901f1b Changed build Number 2011-03-11 21:32:53 +00:00
zturtleman
d23bba3879 Fixed warnings on Linux 64 bit. 2011-03-08 10:19:47 +00:00
zturtleman
d1375979d3 Fixed warnings in q3_ui 2011-03-08 10:00:32 +00:00
zturtleman
c5262d5c43 Fixed last game warning and a few in q3_ui. 2011-03-08 09:12:02 +00:00
zturtleman
a02fabfad7 Fixed all but one warning in "game". 2011-03-08 09:07:05 +00:00
zturtleman
5e90db798b Added missing libraries from ioquake3. 2011-03-08 07:51:07 +00:00
q3rally
e1b1424f0d Added music files as wav 2011-03-08 04:49:47 +00:00
q3rally
14c3acf0e0 fixed missing music in Menu and Credits 2011-03-08 04:30:43 +00:00
q3rally
3633368852 Fixed the checksum thing. Assets0.pk3 file now with the right checksum. Ready for pure servers. 2011-03-08 03:03:48 +00:00
q3rally
bd15b40ac9 fixed missing music in Menu and Credits 2011-03-08 02:52:15 +00:00
q3rally
e377b434bb Changed Executables names 2011-03-07 21:18:58 +00:00
q3rally
c24b342ea9 removed the odd domination gametype. will add a better one. 2011-03-07 20:33:43 +00:00
q3rally
a6c8d82748 removed the odd domination gametype. will add a better one. 2011-03-07 20:13:36 +00:00
q3rally
d95bb06399 removed the odd domination gametype. will add a better one. 2011-03-07 19:44:22 +00:00
q3rally
23c504ea8b Modified a little bug in credits.c 2011-02-20 11:50:11 +00:00
q3rally
519f00a4a2 Added ZTurtleMan to the credits 2011-02-19 02:45:43 +00:00
zturtleman
55b4bc8693 - Stretch backgrounds to fit screen in widescreen, I think it looks nicer. 2011-02-18 22:17:13 +00:00
zturtleman
8ccf97ae15 - Fixed menu in widescreen.
- Cleaned up some code and merged more to ioq3.
- Allow cursor to move to edge of screen in wide screen (copied from Turtle Arena).
2011-02-18 21:46:14 +00:00
q3rally
dcdc537bfa Added files 2011-02-18 14:31:32 +00:00