Commit graph

6075 commits

Author SHA1 Message Date
nehalmistry
2d120522e1 fix crash when showing stats screen 2004-08-29 15:59:37 +00:00
jsalmon3
fee46e9fe9 Added back missile type width and height for missiles that don't have images 2004-08-29 13:01:09 +00:00
jsalmon3
b402da8e60 Fix for 24bpp tilesets 2004-08-29 01:22:45 +00:00
jsalmon3
217b34d6a7 Cleanup 2004-08-28 21:03:10 +00:00
jsalmon3
e79611db89 Cleaned up missile graphics 2004-08-28 20:43:09 +00:00
jsalmon3
1d891e94f7 Removed SoundThread and DisplaySounds 2004-08-24 01:11:00 +00:00
jsalmon3
5d7041e40e Fixed drawing info panel 2004-08-22 01:16:27 +00:00
jsalmon3
e3971cffa8 Added support for transparent UI graphics, allowing for non-rectangular map areas 2004-08-21 21:04:17 +00:00
jsalmon3
f6c5caf5ee Added a bunch of spaces and removed a couple 2004-08-21 20:23:35 +00:00
jsalmon3
b1810c3b20 Added OnButton 2004-08-21 20:19:46 +00:00
jsalmon3
774f0dadfe Fixed fog with 32bpp images 2004-08-21 13:25:25 +00:00
jsalmon3
bff940f39d Finished VideoDrawSubTrans with opengl 2004-08-21 13:23:50 +00:00
jsalmon3
6e17732f37 Cleanup 2004-08-21 04:20:40 +00:00
jsalmon3
c64e771212 Fixed spelling 2004-08-21 04:02:37 +00:00
mr-russ
f84fe9c7b9 Fixed GL error, Graphic -> G 2004-08-20 22:47:02 +00:00
jsalmon3
1741cb5c9e Fixed crash 2004-08-20 00:39:04 +00:00
jsalmon3
747fa3aca4 Cleaned up menu button graphics 2004-08-20 00:20:29 +00:00
jsalmon3
598c0a3944 Oops 2004-08-20 00:18:54 +00:00
jsalmon3
25ae2894ee Cleaned up font graphics 2004-08-19 23:58:23 +00:00
jsalmon3
bb07635e1a Fixed compile error without opengl 2004-08-19 23:52:03 +00:00
jsalmon3
4571934fce Fixed warning 2004-08-19 23:49:03 +00:00
jsalmon3
980b3f6b19 Fixed warning, cleanup 2004-08-19 23:47:45 +00:00
feber
71d21e7abd Seperation of fog of war graphics from the tileset graphics.
Added lua api function SetFogOfWarGraphics.
2004-08-19 19:03:35 +00:00
jsalmon3
6260e0379e Removed GraphicConfig 2004-08-19 00:12:38 +00:00
jsalmon3
908e91110c Cleaned up button panel graphic 2004-08-18 23:52:38 +00:00
jsalmon3
2541703f91 Cleaned up info panel graphic 2004-08-18 22:50:19 +00:00
jsalmon3
66b23c9abd Cleaned up resource icon graphics 2004-08-18 22:25:52 +00:00
jsalmon3
2f9e6097b4 Cleaned up menu panel graphics 2004-08-18 22:13:52 +00:00
jsalmon3
8cf10e6535 Fixed crash 2004-08-18 17:07:57 +00:00
jsalmon3
f8fbe36d0d Cleaned up Fillers 2004-08-18 02:08:14 +00:00
jsalmon3
7d79c18bcd Cleaned up menu graphics 2004-08-18 01:46:53 +00:00
jsalmon3
86ead0fd66 Cleaned up cursor graphics 2004-08-18 01:33:28 +00:00
jsalmon3
53470c7ced Renamed to g 2004-08-18 00:51:27 +00:00
jsalmon3
0ccd2447a9 Renamed graphic to g 2004-08-18 00:48:17 +00:00
jsalmon3
d89831a5da Changed to static 2004-08-18 00:42:03 +00:00
jsalmon3
d00e9e699d Split up CclDefineMenuItem 2004-08-18 00:40:42 +00:00
jsalmon3
e8fef15696 Only show harvest and return buttons when appropriate 2004-08-16 23:20:11 +00:00
jsalmon3
59a151139c Removed map_rock.c and map_wood.c 2004-08-16 16:52:54 +00:00
jsalmon3
c1943ecd06 Set FontColorGraphics[i] to NULL after freeing 2004-08-16 16:48:46 +00:00
mr-russ
2ed9054fb6 Reshuffle and cleanup of map functions
Initial Genericness of tileset update functions when ingame.
2004-08-16 07:21:11 +00:00
nehalmistry
754a859ac5 add autogen script 2004-08-15 15:25:17 +00:00
mr-russ
c205393f15 Remove stupid GCC warning 2004-08-15 05:51:53 +00:00
jsalmon3
35af03d316 Use textures with opengl 2004-08-14 19:04:31 +00:00
mr-russ
4655fcb350 Bugfix warnings, and make sure n is initialized properly 2004-08-14 07:00:42 +00:00
mr-russ
86e10a477f Cleanup Tileset management with NewGraphic Manager
Cleanup Tile and fog display, remove unneeded video function,
  Now using the functions that exist in the video library
2004-08-14 06:11:46 +00:00
mr-russ
093f0c1b94 Remove VideoFree and VideoSafeFree
All graphics use FreeGraphic now.
Fixed bug in Resize Graphic, Set NULL in textures before recreating them.
2004-08-14 00:21:57 +00:00
mr-russ
471a2ae845 Fix SDL crash loading incorrect empty sprite for resource carriers 2004-08-14 00:00:28 +00:00
jsalmon3
985485b391 Added checks for loading graphics more than once 2004-08-13 02:06:40 +00:00
jsalmon3
c83d334c9a Fixed crash 2004-08-12 17:07:50 +00:00
mr-russ
31200ca1e8 Bye bye to LoadSprite
New Graphic Manager should be used everywhere now.
It does not leak memory in the tests done
2004-08-11 05:40:42 +00:00