Commit graph

104 commits

Author SHA1 Message Date
q3rally
ae3c64ee50 commit for 0.0.3.0 release (code freeze)
tweaked telefrag gun
updated roadmap
updated discord logo in main menu
version upcount
2021-05-13 16:02:43 +00:00
q3rally
aa1d5aa0c7 added discord button to main menu
(still needs work for hyperlinking)
version number upcount
2021-05-03 14:46:16 +00:00
q3rally
176e27e1ab fixed headmodel in options bug
version number upcount
2021-04-28 04:20:12 +00:00
q3rally
629909b230 removed more useless "crosshair" code
version number upcount
2021-04-12 21:33:56 +00:00
q3rally
cafe7d3f32 removed the useless "crosshair" code
version number upcount
2021-04-12 17:47:32 +00:00
q3rally
c42c0bdb40 fixed bug where the laptime line switched one digit left instead of right when going over 10 minutes
fixed fullbright shader
version number upcount
2021-04-07 07:48:47 +00:00
q3rally
03eb3cc489 maap q3r_david4 updated
little menu fix for demo record
2021-03-29 19:13:42 +00:00
q3rally
56a952364a fixed menu items for start/stop demo recording 2021-03-27 18:29:09 +00:00
zturtleman
6d1235628a Fix demo start/stop bind drawing in controls menu. 2021-03-27 06:29:59 +00:00
q3rally
62c09831da Changed years in file headers 2021-03-24 20:13:01 +00:00
q3rally
f898d41f1d start/stop demorecording key binding in menu
needs fixing / donĀ“t show up right
2021-03-21 23:46:40 +00:00
q3rally
6ac080d361 minimap can now switched on/off via q3roptions menu 2021-03-21 21:17:56 +00:00
q3rally
511e6d79f0 fixed a little bug in start server screen
added insellium in the credits properly
2021-03-21 12:07:19 +00:00
q3rally
eab7719a54 map preview is now widescreen
new unknownmap.tga by insellium in widescreen
2021-03-19 05:15:44 +00:00
q3rally
d4f45f9e60 added new/tweaked headmodels by insellium
changed gauntlet to chainsaw
code changes for chainsaw
fixed q3r_david4 map
tweaked flag models again
new unknownmap image
2021-03-14 22:13:21 +00:00
q3rally
a69dfd5687 changed the serverinfo menu
was q3a style
now it is also q3rally style
2021-02-23 04:36:36 +00:00
q3rally
f2a09788b6 menu transitions now a bit faster 2021-02-18 13:39:47 +00:00
q3rally
58ba3168dd lowered the power of the railgun 2021-02-18 11:46:04 +00:00
q3rally
441369523f fixed plates bug
fixed splash screen bug in HUD
2021-02-18 08:12:12 +00:00
q3rally
39eba38af0 New widescreen levelshots by insellium
added insellium to the credits
2021-02-17 22:30:49 +00:00
q3rally
81a4148fa6 Updated some files. More to come. 2021-02-16 09:39:49 +00:00
q3rally
4564867539 changed version and year numbers 2020-07-08 18:16:59 +00:00
q3rally
277ac2f654 reworked shaders and ammo boxes 2020-07-04 20:40:00 +00:00
zturtleman
9b86138351 ioquake3 resync to revision 3550 from 3534.
Fix IQM quat normalize fail case
Remove erroneous newlines from Com_Error in sdl_glimp.c
Restore OpenGL 1.1 support (GL_CLAMP)
q3rcc: Allow to override build date
Fix lightning gun handling for corpses and single player podiums
Fix for macOS Catalina screen resolution issue
Fix team orders menu not listing clients with lower clientnums
Fix duplicate team join center print for bots and g_teamAutoJoin
E2K: fixed build by MCST lcc compiler when using USE_CURL=1 option
2020-03-15 19:40:23 +00:00
q3rally
06cbdb679a some changes 2019-08-14 08:14:31 +00:00
zturtleman
381d8f3fab Add initial value for capture/time limit and cg_sigilLocation for domination to menu and misc fixes. 2019-05-22 00:16:33 +00:00
zturtleman
83cd2f1ae9 ioquake3 resync to revision 3534 from 3522.
Make Team Arena prevTeamMember command loop around player list
Prevent Q_IsColorString from asserting on negative ascii chars
Add .gitignore for misc/msvc12
OpenGL2: r_cubemapping 2 for box cubemap parallax.
Add r_parallaxMapShadows.
Fix PRINT_ERROR print level missing from CL_RefPrintf
OpenGL2: Fix compiling lightall GLSL on OpenGL 2.1
Add current (custom) resolution to Q3 UI video mode list
Override video mode list in Team Arena UI
OpenGL2: Disable r_cubeMapping if not OpenGL 3.0+
Fix rendering IQM models between model frames
Fix warnings that IQM blendWeights may not be initialized
2019-05-21 02:42:43 +00:00
q3rally
7deab10e2c some small fixes 2019-05-17 06:26:18 +00:00
q3rally
e8d2946d6c New gametype - Domination
*** still needs some fixes ***
2019-04-26 08:33:54 +00:00
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
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
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
zturtleman
5642b01cd7 Add ioquake3 changes missed in last commit. 2018-04-08 02:03:51 +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
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
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
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
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
q3rally
70a31b68d4 Commit for upcoming v0.0.0.4 release. 2016-05-18 14:22:47 +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