terminx
|
c21558f2a3
|
Minor crap
git-svn-id: https://svn.eduke32.com/eduke32@474 1a8010ca-5511-0410-912e-c29ae57300e0
|
2007-01-26 21:12:05 +00:00 |
|
Plagman
|
1b5284aee0
|
Fixes blending in drawrooms and dynamic GLU not compiling in Win32.
git-svn-id: https://svn.eduke32.com/eduke32@473 1a8010ca-5511-0410-912e-c29ae57300e0
|
2007-01-26 20:29:36 +00:00 |
|
terminx
|
50d1a03dbc
|
Move screenshot code to getpackets() to allow screenshots in the menu and in cutscenes and add some snd_ cvars and a restartsound console command.
git-svn-id: https://svn.eduke32.com/eduke32@472 1a8010ca-5511-0410-912e-c29ae57300e0
|
2007-01-26 05:16:10 +00:00 |
|
terminx
|
50559c7a32
|
Re-done player setup menu, support for 4 teams in multiplayer, and separate menu options for weapon switch on pickup and weapon switch when empty. The string with __DATE__ and __TIME__ in it (which is used in the first line of the log file) was moved to global.c so that we're no longer forcing game.c to be recompiled every time something else is changed.
git-svn-id: https://svn.eduke32.com/eduke32@471 1a8010ca-5511-0410-912e-c29ae57300e0
|
2007-01-26 00:28:44 +00:00 |
|
terminx
|
f1d10f4c8c
|
Packet rate control
git-svn-id: https://svn.eduke32.com/eduke32@470 1a8010ca-5511-0410-912e-c29ae57300e0
|
2007-01-24 21:24:35 +00:00 |
|
terminx
|
f628faefd8
|
Misc. fixes
git-svn-id: https://svn.eduke32.com/eduke32@469 1a8010ca-5511-0410-912e-c29ae57300e0
|
2007-01-24 03:42:54 +00:00 |
|
terminx
|
23a468d956
|
git-svn-id: https://svn.eduke32.com/eduke32@468 1a8010ca-5511-0410-912e-c29ae57300e0
|
2007-01-22 05:00:57 +00:00 |
|
terminx
|
8ca2a3f33b
|
This adds -game_dir for Mapster, too.
git-svn-id: https://svn.eduke32.com/eduke32@467 1a8010ca-5511-0410-912e-c29ae57300e0
|
2007-01-22 03:10:09 +00:00 |
|
terminx
|
e0e4dfdabd
|
This fixes using .cfg files that are outside of the game directory.
git-svn-id: https://svn.eduke32.com/eduke32@466 1a8010ca-5511-0410-912e-c29ae57300e0
|
2007-01-22 02:49:58 +00:00 |
|
terminx
|
76c2340c83
|
Support for -game_dir similar to Duke3d_w32
git-svn-id: https://svn.eduke32.com/eduke32@465 1a8010ca-5511-0410-912e-c29ae57300e0
|
2007-01-22 02:35:54 +00:00 |
|
terminx
|
fe9004fafe
|
Support for -ww2gi, -nam, -cfg, -usecwd, -h, and -j in Mapster32. Because I am lazy, this is all code from game.c.
git-svn-id: https://svn.eduke32.com/eduke32@464 1a8010ca-5511-0410-912e-c29ae57300e0
|
2007-01-21 23:49:07 +00:00 |
|
terminx
|
44e869c8d9
|
Misc minor things
git-svn-id: https://svn.eduke32.com/eduke32@463 1a8010ca-5511-0410-912e-c29ae57300e0
|
2007-01-20 03:10:32 +00:00 |
|
terminx
|
a94063e0be
|
Dynamically loaded GLU
git-svn-id: https://svn.eduke32.com/eduke32@462 1a8010ca-5511-0410-912e-c29ae57300e0
|
2007-01-16 03:19:04 +00:00 |
|
Plagman
|
43657d4f56
|
GL State leak correction : no more diffuse map disappearance.
git-svn-id: https://svn.eduke32.com/eduke32@461 1a8010ca-5511-0410-912e-c29ae57300e0
|
2007-01-15 12:17:01 +00:00 |
|
Plagman
|
581fd77c35
|
Asking the end-user to have sexual intercourse with his family is not that cool.
git-svn-id: https://svn.eduke32.com/eduke32@460 1a8010ca-5511-0410-912e-c29ae57300e0
|
2007-01-15 09:22:13 +00:00 |
|
Plagman
|
59ef78ff35
|
Detail mapping : r_detailmapping.
git-svn-id: https://svn.eduke32.com/eduke32@459 1a8010ca-5511-0410-912e-c29ae57300e0
|
2007-01-15 09:08:57 +00:00 |
|
terminx
|
530edf77b8
|
MAXSPRITESONSCREEN = 4096 and a few other things
git-svn-id: https://svn.eduke32.com/eduke32@458 1a8010ca-5511-0410-912e-c29ae57300e0
|
2007-01-15 05:46:49 +00:00 |
|
terminx
|
699f26d1e7
|
This changes the map scaling feature to operate on sectors selected in the editor rather than the whole map
git-svn-id: https://svn.eduke32.com/eduke32@457 1a8010ca-5511-0410-912e-c29ae57300e0
|
2007-01-15 00:59:49 +00:00 |
|
terminx
|
c7def8d139
|
This makes Mapster32 go into 3D mode at startup only if the map's start position is inside of a sector. This means that you won't end up in 3D mode on a blank map anymore if you have an empty newboard.map in your directory.
git-svn-id: https://svn.eduke32.com/eduke32@456 1a8010ca-5511-0410-912e-c29ae57300e0
|
2007-01-15 00:38:21 +00:00 |
|
Plagman
|
50d6334304
|
Forgot to add the new MSVC project files.
git-svn-id: https://svn.eduke32.com/eduke32@455 1a8010ca-5511-0410-912e-c29ae57300e0
|
2007-01-14 07:11:47 +00:00 |
|
Plagman
|
8a5a966cd0
|
Restored fullbrights, improved depth peeling, tweaked MSVC support for JFAud.
git-svn-id: https://svn.eduke32.com/eduke32@454 1a8010ca-5511-0410-912e-c29ae57300e0
|
2007-01-14 07:00:29 +00:00 |
|
terminx
|
197cf82051
|
Compile
git-svn-id: https://svn.eduke32.com/eduke32@453 1a8010ca-5511-0410-912e-c29ae57300e0
|
2007-01-12 23:24:13 +00:00 |
|
terminx
|
7b0104e9a1
|
JFAud
git-svn-id: https://svn.eduke32.com/eduke32@452 1a8010ca-5511-0410-912e-c29ae57300e0
|
2007-01-12 22:42:19 +00:00 |
|
terminx
|
8e84d072c2
|
It looks like handleevents() returns true when the window loses focus, so the processor was maxing out again if Mapster was running but wasn't the active window. This fixes that.
git-svn-id: https://svn.eduke32.com/eduke32@451 1a8010ca-5511-0410-912e-c29ae57300e0
|
2007-01-12 05:49:09 +00:00 |
|
terminx
|
3205ee4fd1
|
git-svn-id: https://svn.eduke32.com/eduke32@450 1a8010ca-5511-0410-912e-c29ae57300e0
|
2007-01-12 05:05:19 +00:00 |
|
terminx
|
d6aa1e6c85
|
More consistent console scroll speed (especially with a low framerate)
This still seems to screw up sometimes.
git-svn-id: https://svn.eduke32.com/eduke32@449 1a8010ca-5511-0410-912e-c29ae57300e0
|
2007-01-06 09:50:02 +00:00 |
|
terminx
|
c4868aa2b6
|
git-svn-id: https://svn.eduke32.com/eduke32@448 1a8010ca-5511-0410-912e-c29ae57300e0
|
2007-01-06 06:02:45 +00:00 |
|
Plagman
|
70bf6c9102
|
Minor fixes.
git-svn-id: https://svn.eduke32.com/eduke32@447 1a8010ca-5511-0410-912e-c29ae57300e0
|
2007-01-06 05:11:14 +00:00 |
|
Plagman
|
5a7cceb19d
|
Second draft of depth peeling code. It should be in a usable state, although still slow as hell.
git-svn-id: https://svn.eduke32.com/eduke32@446 1a8010ca-5511-0410-912e-c29ae57300e0
|
2007-01-06 01:29:45 +00:00 |
|
terminx
|
8a3ca3dbc4
|
git-svn-id: https://svn.eduke32.com/eduke32@445 1a8010ca-5511-0410-912e-c29ae57300e0
|
2007-01-05 23:40:37 +00:00 |
|
terminx
|
fc4bc3ef70
|
CON command for earthquakes
git-svn-id: https://svn.eduke32.com/eduke32@444 1a8010ca-5511-0410-912e-c29ae57300e0
|
2007-01-05 22:30:35 +00:00 |
|
terminx
|
7c89d81fda
|
Fix/add some of the stuff in http://forums.3drealms.com/vb/showpost.php?p=468104
git-svn-id: https://svn.eduke32.com/eduke32@443 1a8010ca-5511-0410-912e-c29ae57300e0
|
2007-01-04 07:15:17 +00:00 |
|
terminx
|
cba58265b9
|
Control over the cache1d size...
git-svn-id: https://svn.eduke32.com/eduke32@442 1a8010ca-5511-0410-912e-c29ae57300e0
|
2007-01-02 02:27:57 +00:00 |
|
terminx
|
ad6cfa105e
|
Mouse sensitivity stuff
git-svn-id: https://svn.eduke32.com/eduke32@441 1a8010ca-5511-0410-912e-c29ae57300e0
|
2007-01-02 02:27:31 +00:00 |
|
Plagman
|
4bc6daa489
|
Sorting is back.
git-svn-id: https://svn.eduke32.com/eduke32@440 1a8010ca-5511-0410-912e-c29ae57300e0
|
2006-12-31 06:41:57 +00:00 |
|
Plagman
|
08e4113086
|
Broken depth peeling.
git-svn-id: https://svn.eduke32.com/eduke32@439 1a8010ca-5511-0410-912e-c29ae57300e0
|
2006-12-31 06:32:04 +00:00 |
|
terminx
|
f74c413b68
|
git-svn-id: https://svn.eduke32.com/eduke32@438 1a8010ca-5511-0410-912e-c29ae57300e0
|
2006-12-28 20:36:38 +00:00 |
|
terminx
|
d2566913bb
|
git-svn-id: https://svn.eduke32.com/eduke32@437 1a8010ca-5511-0410-912e-c29ae57300e0
|
2006-12-23 02:38:47 +00:00 |
|
Plagman
|
879a75817b
|
More MSVC goodness.
git-svn-id: https://svn.eduke32.com/eduke32@436 1a8010ca-5511-0410-912e-c29ae57300e0
|
2006-12-22 15:04:49 +00:00 |
|
Plagman
|
3d16de2d56
|
MD2 rotation issues should be fixed now (untested).
git-svn-id: https://svn.eduke32.com/eduke32@435 1a8010ca-5511-0410-912e-c29ae57300e0
|
2006-12-21 15:18:50 +00:00 |
|
Plagman
|
87556300bf
|
EDuke32 now compiles okay with the Microsoft compiler using NMake.
git-svn-id: https://svn.eduke32.com/eduke32@434 1a8010ca-5511-0410-912e-c29ae57300e0
|
2006-12-21 12:53:11 +00:00 |
|
terminx
|
8d6eef5b0f
|
More tiny optimizations I guess
git-svn-id: https://svn.eduke32.com/eduke32@433 1a8010ca-5511-0410-912e-c29ae57300e0
|
2006-12-21 09:33:26 +00:00 |
|
terminx
|
bc4139356a
|
Prefer passing things between functions as int rather than short or char to avoid the overhead of converting back and forth between formats
git-svn-id: https://svn.eduke32.com/eduke32@432 1a8010ca-5511-0410-912e-c29ae57300e0
|
2006-12-20 03:27:25 +00:00 |
|
terminx
|
2705563578
|
Minor things such as un-breaking setvarvar :)
git-svn-id: https://svn.eduke32.com/eduke32@431 1a8010ca-5511-0410-912e-c29ae57300e0
|
2006-12-19 20:31:40 +00:00 |
|
terminx
|
31775358e6
|
Death to local variables
git-svn-id: https://svn.eduke32.com/eduke32@430 1a8010ca-5511-0410-912e-c29ae57300e0
|
2006-12-18 21:29:55 +00:00 |
|
terminx
|
19115146ac
|
Quite a few more optimizations
git-svn-id: https://svn.eduke32.com/eduke32@429 1a8010ca-5511-0410-912e-c29ae57300e0
|
2006-12-18 09:32:17 +00:00 |
|
terminx
|
d93dde5a59
|
Optimize some of the frequently used CON commands that have nasty overhead
git-svn-id: https://svn.eduke32.com/eduke32@428 1a8010ca-5511-0410-912e-c29ae57300e0
|
2006-12-18 08:37:12 +00:00 |
|
terminx
|
cb90dc8c83
|
This probably fixes something with projectiles
git-svn-id: https://svn.eduke32.com/eduke32@427 1a8010ca-5511-0410-912e-c29ae57300e0
|
2006-12-18 04:18:46 +00:00 |
|
terminx
|
15c080e73c
|
Oops, I forgot to leave a space for the terminating character for the string here
git-svn-id: https://svn.eduke32.com/eduke32@426 1a8010ca-5511-0410-912e-c29ae57300e0
|
2006-12-18 04:18:29 +00:00 |
|
terminx
|
b04bfe58fb
|
Removed orderweaponnum()
git-svn-id: https://svn.eduke32.com/eduke32@425 1a8010ca-5511-0410-912e-c29ae57300e0
|
2006-12-18 04:16:41 +00:00 |
|