2002-04-09 08:48:47 +00:00
|
|
|
- merge net_udp6.c into net_udp.c
|
2002-05-02 12:50:20 +00:00
|
|
|
- kill off ctf/q_shared.c, it's identical to src/q_shared.c (Actually, work
|
|
|
|
out redundant code and merge them... maybe some sort of libshared.a)
|
2002-04-09 08:48:47 +00:00
|
|
|
- clean up the #ifdefs that are throughout the code to be has-a
|
2002-04-09 02:21:31 +00:00
|
|
|
tests instead of is-a. (using HAVE_* from configure instead of __blerg__)
|
2002-04-09 08:48:47 +00:00
|
|
|
- separate the video refreshers
|
2002-04-13 02:06:37 +00:00
|
|
|
- the video refresher loader code in src/vid_menu.c needs cleaning up, it's
|
|
|
|
utter bollocks at the moment. all the structs are very fragile, depending
|
|
|
|
on specific ordering of each element.
|
2002-05-02 15:45:55 +00:00
|
|
|
- do va_list audit -- check that argptr isn't used twice (as per
|
|
|
|
http://gozer.quakeforge.net/list-archives/quakeforge-cvs/2002-April/000151.html
|
|
|
|
Everything seems to be fine, someone with a PPC machine will probably want
|
|
|
|
to double check this.
|
2002-05-02 12:45:05 +00:00
|
|
|
- investigate the possibility of savegames not being tied to a particular build
|
|
|
|
- split out assembler per arch/os (we currently have gas i386 and win i386)
|
2002-05-03 08:50:13 +00:00
|
|
|
- make sure that we give back the mouse and keyboard if the game crashes
|
2002-05-03 03:53:38 +00:00
|
|
|
|
|
|
|
from http://www.quakesrc.org/?Page=tutorials&Dir=Quake2 :
|
|
|
|
(replace - with X when done)
|
|
|
|
|
2002-05-03 10:18:50 +00:00
|
|
|
X Removing shadows on certain objects
|
2002-05-03 03:53:38 +00:00
|
|
|
- Fixing dlight shine trough
|
|
|
|
- Fix for left over icons on windows taskbar
|
|
|
|
- Adding a clock to the console
|
|
|
|
- Adding Q3A's cvar list
|
|
|
|
- Transparent console
|
|
|
|
- How to add .m32 texture support to the Quake2 engine and compile tools.
|
|
|
|
- TGA textures
|
2002-05-03 08:50:13 +00:00
|
|
|
X Stencil buffered shadows
|
2002-05-03 03:53:38 +00:00
|
|
|
- Adding true color TGA loading for MD2 Models
|
|
|
|
- Better dynamic light falloff
|
|
|
|
- Controlable water waves
|
|
|
|
- Adding a FPS counter
|
|
|
|
- Quake2 MP3 Playback
|
|
|
|
- Adding a skybox size variable
|
2002-05-07 07:57:59 +00:00
|
|
|
X Adding new video resolutions
|
2002-05-03 03:53:38 +00:00
|
|
|
- Drawing alias model bounding boxes
|