warzone2100/lib/framework
Dennis Schridde 27b07a0ba1 Patch by Stefan Huehner: "code cleanup: const 2"
Patch marks several read-only function parameters and datastructures as such by adding const.


git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@709 4a71c877-e1ca-e34f-864e-861f7616d084
2006-09-13 21:16:17 +00:00
..
Makefile.am Add support for MacOSX and big endian platforms. Patch by 2006-08-12 10:45:49 +00:00
Makefile.raw New Makefile.raw system, works with MinGW/Windows environment and Linux also. 2006-07-21 21:48:55 +00:00
SDL_framerate.c Fix double to float assignments by forcing fixed numbers to float. 2006-09-08 20:02:49 +00:00
SDL_framerate.h - Fix the Makefile.am for SDL_framerate.c 2006-07-05 22:19:23 +00:00
block.c - Replace all ASSERT(( )) with ASSERT( ) 2006-08-23 12:58:48 +00:00
block.h Create final repository structure. 2007-06-28 17:47:08 +00:00
configfile.c Patch by Stefan Huehner: "code cleanup: const 2" 2006-09-13 21:16:17 +00:00
configfile.h - Commit patches "code cleanup: void" and "code cleanup: const" by Stefan Huehner 2006-09-13 09:09:05 +00:00
cursors.h Move cursors.c to cursors.h so I don't try to accidently compile it again. 2006-08-07 00:52:01 +00:00
cursors16.h Add support for MacOSX and big endian platforms. Patch by 2006-08-12 10:45:49 +00:00
debug.c Dont buffer the --debugfile 2006-08-25 13:20:57 +00:00
debug.h Fix ASSERT() to be standards compliant and compile with g++. 2006-09-03 20:30:46 +00:00
font.h Create final repository structure. 2007-06-28 17:47:08 +00:00
fractions.h Create final repository structure. 2007-06-28 17:47:08 +00:00
frame.c Patch by Stefan Huehner: "code cleanup: const 2" 2006-09-13 21:16:17 +00:00
frame.h Patch by Stefan Huehner: "code cleanup: const 2" 2006-09-13 21:16:17 +00:00
frameint.h Remove DirectX types 2006-08-10 16:05:52 +00:00
frameresource.c Patch by Stefan Huehner: "code cleanup: const 2" 2006-09-13 21:16:17 +00:00
frameresource.h Patch by Stefan Huehner: "code cleanup: const 2" 2006-09-13 21:16:17 +00:00
heap.c - Replace all ASSERT(( )) with ASSERT( ) 2006-08-23 12:58:48 +00:00
heap.h Create final repository structure. 2007-06-28 17:47:08 +00:00
ignorecase.c Corrected false error messages, old printfs 2006-08-23 15:27:20 +00:00
ignorecase.h - Updated CHANGELOG 2006-07-30 15:58:59 +00:00
input.c - Replace all ASSERT(( )) with ASSERT( ) 2006-08-23 12:58:48 +00:00
input.h - Drastically simplyfied mouse-handling. 2006-04-08 16:13:48 +00:00
listmacs.h - Replace all ASSERT(( )) with ASSERT( ) 2006-08-23 12:58:48 +00:00
macros.h - Fixed a HEAP error (Invalid Address specified to RtlFreeHeap) on Windows (MSVC compile) (src/data.c) 2006-07-03 19:43:12 +00:00
mem.c - Replace all ASSERT(( )) with ASSERT( ) 2006-08-23 12:58:48 +00:00
mem.h Fix a ton of warnings with a simple three line change 2006-08-12 11:39:01 +00:00
memint.h Create final repository structure. 2007-06-28 17:47:08 +00:00
mono.c Corrected false error messages, old printfs 2006-08-23 15:27:20 +00:00
mono.h Create final repository structure. 2007-06-28 17:47:08 +00:00
resly.h Almost all strings and buffers are now of type char. This fixes 2006-08-12 16:52:37 +00:00
resource_lexer.l Replaced all occurences of DBMB, DBPRINTF and DBERROR with their former define. 2006-08-22 14:28:49 +00:00
resource_parser.y Include frame.h into .y files using free and malloc, so they get the redefinitions needed for msvcrt malloc debugging. 2006-09-08 19:59:00 +00:00
strres.c Comment out a forgotten ex-DBP0 call. 2006-08-31 20:15:29 +00:00
strres.h Almost all strings and buffers are now of type char. This fixes 2006-08-12 16:52:37 +00:00
strres_lexer.l Replaced all occurences of DBMB, DBPRINTF and DBERROR with their former define. 2006-08-22 14:28:49 +00:00
strres_parser.y Include frame.h into .y files using free and malloc, so they get the redefinitions needed for msvcrt malloc debugging. 2006-09-08 19:59:00 +00:00
strresly.h Fix some more warnings 2006-08-12 17:36:22 +00:00
treap.c - Replace all ASSERT(( )) with ASSERT( ) 2006-08-23 12:58:48 +00:00
treap.h Remove some dead code and fix two warnings. 2006-08-25 16:58:49 +00:00
treapint.h Create final repository structure. 2007-06-28 17:47:08 +00:00
trig.c - Replace all ASSERT(( )) with ASSERT( ) 2006-08-23 12:58:48 +00:00
trig.h Create final repository structure. 2007-06-28 17:47:08 +00:00
types.h - Commit patches "code cleanup: void" and "code cleanup: const" by Stefan Huehner 2006-09-13 09:09:05 +00:00
win32fixes.h - Fix a deprecated warning on MSVC 2006-08-23 13:01:17 +00:00