janwas
8c76dc34af
g_keys[] has been made redundant by SDL's key array; use SDL_GetKeyState instead to get address of new keys array
...
fix W4 warnings (unused param and type conversion mostly)
This was SVN commit r3068.
2005-10-31 16:26:51 +00:00
Ykkrosh
7078279ca2
Atlas: Altered some terminology (command vs message etc). Allowed information to pass from engine to UI.
...
This was SVN commit r3067.
2005-10-31 03:36:50 +00:00
prefect
695d966788
ia32_memcpy now returns the destination pointer just like the standard
...
library version does.
Fixed improper non-use of delete[] in the new model code.
This was SVN commit r3060.
2005-10-30 21:01:42 +00:00
prefect
501acc65f5
Extension function pointers are renamed from glXyzARB to pglXyzARB
...
to avoid conflicts with system header files.
This was SVN commit r3054.
2005-10-30 01:18:15 +00:00
prefect
875cb3bca1
Add ARB_vertex_shader specific functions to glext_funcs.h
...
Add an "instancing" model renderer to improve rendering of
non-transparent,
unanimated models. This renderer is used when the vertexshader path is
rendering path is used.
This was SVN commit r3052.
2005-10-30 00:22:22 +00:00