Molgrum
|
e0e46ada28
|
Removed unused variables.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2612 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2007-08-25 04:14:45 +00:00 |
|
Spoike
|
d7dbd4bb21
|
Shortened the ruleset sound length to 10 secs
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2611 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2007-08-24 17:40:31 +00:00 |
|
Spoike
|
8a63e785b8
|
Added some anti-cheat measures, still needs lots of work.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2610 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2007-08-23 21:25:18 +00:00 |
|
Molgrum
|
a3a5828300
|
Added gl_loadmd2 and gl_loadmd3 to the FPS presets. Just suggestions, change it to whatever pleases you.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2609 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2007-08-23 01:09:10 +00:00 |
|
TimeServ
|
fe5efe8b0b
|
fix minimal builds and d3d build
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2608 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2007-08-22 22:41:41 +00:00 |
|
Molgrum
|
6b331fb404
|
You forgot a newline here :)
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2607 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2007-08-22 20:23:02 +00:00 |
|
TimeServ
|
1fbe5d1755
|
fixed up rcon a bit more, fixed merge build
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2606 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2007-08-22 16:52:13 +00:00 |
|
Molgrum
|
8fcb33d00e
|
MAJOR MAJOR MAJOR cleanup in renderer.c, see if you like it. Added gl_loadmd3 and gl_loadmd2 cvars, set to 1 as default for consistency.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2605 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2007-08-21 22:41:15 +00:00 |
|
Molgrum
|
8c4253ec8c
|
Check this diff and revert it if you can find any purpose of vid_gamma and the pow()-calls with exponent 1.0 being in the code.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2604 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2007-08-21 18:42:42 +00:00 |
|
Molgrum
|
bb7975a47a
|
Fixed an error that I caused. Modified the rcon-command so you can write "rcon <password> cmd" without needing to set rcon_password every time.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2603 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2007-08-21 17:16:52 +00:00 |
|
Molgrum
|
5978a4a12a
|
Fix so that pl is not outside the table margins.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2602 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2007-08-20 06:24:39 +00:00 |
|
Molgrum
|
af275580ec
|
Draw "spec" for teamplay 0 and "spectator" for teamplay 1.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2601 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2007-08-20 05:56:52 +00:00 |
|
Molgrum
|
25d16782ee
|
Cleanup, fixed so that spectators are shown with a "spectator"-tag like it should.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2600 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2007-08-20 02:57:11 +00:00 |
|
Molgrum
|
0a463a7413
|
This was not supposed to be commented!
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2599 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2007-08-20 02:41:34 +00:00 |
|
Molgrum
|
a5e528fe60
|
Fix a declaration-warning.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2598 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2007-08-20 02:24:43 +00:00 |
|
Molgrum
|
71076ab1ca
|
Made D3D compile, check this and rearrange however you like. Removed "gammaworks", copied GL_RoundDimensions and modded it for D3D (ugly, fix this), removed GetPalette and D_FlushCaches from vid_d3d9.c since it's already declared in vid_d3d.c, inserted vid_gamma (and I have no idea what this is good for, it seems it could just as well be a #define).
Happy time!
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2597 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2007-08-20 02:23:53 +00:00 |
|
Molgrum
|
11588468c7
|
Fixed warnings related to passing (char **) when (const char **) is excpected, just casting.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2596 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2007-08-20 02:13:51 +00:00 |
|
Molgrum
|
8b45b55143
|
Killed a warning here, I assume that Mod_GetTag is _never_ null.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2595 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2007-08-20 00:53:55 +00:00 |
|
Molgrum
|
d1907666fb
|
Moved declaration of COM_FileSize to common.h to fix warnings. Fixed one GCC warning in pr_cmds.c, added one ifdef in gl_alias.c
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2594 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2007-08-18 02:46:10 +00:00 |
|
Molgrum
|
e7022fd2df
|
Sweeped away the Q3 build targets since these are equal to the non-minimal targets.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2593 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2007-08-18 00:38:39 +00:00 |
|
Molgrum
|
ef31d5cfab
|
Fixed a few declaration-warnings.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2592 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2007-08-17 23:24:05 +00:00 |
|
Molgrum
|
1173ee0759
|
Let's hope this fixes r_drawviewmodel
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2591 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2007-08-17 18:41:14 +00:00 |
|
Molgrum
|
f5c9311935
|
Added pm_pground by Tonik, just some copy/paste, hope nothing broke :P
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2590 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2007-08-14 17:07:40 +00:00 |
|
Molgrum
|
55cf7068fd
|
Fixed 2 warnings in plugin.c. Added magic fix for UI_DrawChar by TimeServ. Fixed hud_save and hud_load so you don't have to write the .hud file extension when saving/loading. Added partially working "tracking" hud element, it needs to be fixed so it doesn't show if the local player is a spectator, any ideas how to check that?
Also starting to implement a feature to modify hud elements from the console.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2589 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2007-08-11 15:20:35 +00:00 |
|
Molgrum
|
8f285d7787
|
Fix an error here that I caused.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2588 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2007-08-08 14:50:53 +00:00 |
|
TimeServ
|
03ce73bb55
|
fix rare error condition with downloads under DP protocol
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2587 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2007-08-08 03:02:36 +00:00 |
|
Molgrum
|
cf1a12ee11
|
Trying to fix the remaining warnings. Is this correct? Builds that now compiles with no warnings in VS 2005: Debug, Debug Dedicated Server and GLDebug.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2586 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2007-08-08 02:37:59 +00:00 |
|
Molgrum
|
2dfb03ee03
|
Fixed 1000 warnings, changed switch-statements to handle all enumerations. Sorted it up abit too.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2585 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2007-08-07 19:16:32 +00:00 |
|
Molgrum
|
865a5a003d
|
Fixed a few Cygwin warnings: Removed/commented unused variables, added newline at end of crc.c
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2584 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2007-08-07 17:49:35 +00:00 |
|
TimeServ
|
d3565abc3a
|
fixing more builds
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2583 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2007-08-07 17:42:10 +00:00 |
|
TimeServ
|
10045b4dcf
|
add MENU_DAT defines
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2582 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2007-08-07 16:30:49 +00:00 |
|
Molgrum
|
408ef862d2
|
Re-added the header files.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2581 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2007-08-07 16:28:05 +00:00 |
|
TimeServ
|
3d355984f2
|
attempting to fix builds and update the 2005 project
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2580 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2007-08-07 16:11:30 +00:00 |
|
Molgrum
|
273dedc28c
|
Added endifs, moved log.c declarations to common.h but kept SV_LogPlayer in server.h (is this ugly? probably)
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2579 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2007-08-07 14:41:23 +00:00 |
|
Spoike
|
eadc9f6d6a
|
Removed an extra semicolon, a minor cleanup... very minor.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2578 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2007-08-07 10:08:29 +00:00 |
|
Molgrum
|
8dfe7e4656
|
Fix this warning once and for all.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2577 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2007-08-07 03:51:00 +00:00 |
|
Molgrum
|
4ddcb057ac
|
Fixed 2 warnings. I added #include <float.h> to quakedef.h which I hope is fine, and the fix should be fina as well.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2576 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2007-08-07 00:30:25 +00:00 |
|
Molgrum
|
1675ef566e
|
Fixed more warnings, not so many left now. Needs lookie as usual!
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2575 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2007-08-07 00:11:21 +00:00 |
|
Molgrum
|
75d9afc8c7
|
Fixed _alot_ of warnings, happy reviewing!
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2574 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2007-08-06 21:13:15 +00:00 |
|
Molgrum
|
a22bec8286
|
Added all header files in the correct directory.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2573 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2007-08-06 21:05:03 +00:00 |
|
Spoike
|
869f6535d4
|
Ah, whoops\!
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2572 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2007-08-06 14:26:40 +00:00 |
|
Spoike
|
eb94fb00d6
|
Should fix beam bug
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2571 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2007-08-06 14:22:58 +00:00 |
|
Molgrum
|
275a3fdc63
|
Bigfoot was right, hope this fix works.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2570 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2007-08-05 01:21:18 +00:00 |
|
Molgrum
|
8581240774
|
Fixed a few warnings.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2569 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2007-08-04 17:25:25 +00:00 |
|
Molgrum
|
f94c5290c5
|
Added some functions from cl_cam.c to reduce warnings.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2568 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2007-08-04 14:35:22 +00:00 |
|
Molgrum
|
4c4f8d991f
|
Fixed scr_autoid: Don't draw it for the local player, tracked player and dead players.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2567 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2007-08-04 14:13:50 +00:00 |
|
Molgrum
|
9759358900
|
Added help and server browser menu items in TUI, fixed up the TUI a little. Added number-of-viewers alongside the nickname of QTV observers. Added .qtvinfo command.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2566 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2007-08-03 19:57:56 +00:00 |
|
Molgrum
|
a403097e24
|
Fixed a warning
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2565 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2007-08-03 14:47:43 +00:00 |
|
Spoike
|
7f6bdae56f
|
Fixed one of my #warnings
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2564 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2007-08-03 14:40:09 +00:00 |
|
Molgrum
|
a0b26fe44a
|
Fixed some more void * problems.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2563 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2007-08-03 14:33:40 +00:00 |
|