Commit Graph

  • 70d0b13ea2 Use textSurfaces instead of calling drawString() in doInfo(). Guus Sliepen 2011-08-25 13:48:36 +0200
  • 9e4ae7e3bd Don't render a textSurface again if nothing has changed. Guus Sliepen 2011-08-25 13:48:02 +0200
  • 39ca89d91c Initialise all members of the Graphics class. Guus Sliepen 2011-08-24 23:49:59 +0200
  • 73c92917e2 Slightly increase intro text scrolling speed. Guus Sliepen 2011-08-24 23:32:00 +0200
  • 5be6a5ec7d Randomize explosion thinktime. Guus Sliepen 2011-08-24 23:08:48 +0200
  • 9e32c230be Use float functions on float variables. Guus Sliepen 2011-08-24 22:43:54 +0200
  • c14a9e7956 Remove a busy loop when showing an error message. Guus Sliepen 2011-08-24 22:32:30 +0200
  • 1f7db8a9d8 Remove code that was commented out. Guus Sliepen 2011-08-24 22:26:33 +0200
  • 93e6c1064c Remove unused parameters. Guus Sliepen 2011-08-24 22:22:26 +0200
  • d87a0fcc31 Make sure SetVideoMode() calls are same as in init.cpp. Guus Sliepen 2011-08-24 21:40:30 +0200
  • 212b03fa68 Use SDL_DOUBLEBUF in all SDL_SetVideoMode() calls, and don't force 16 bits. Guus Sliepen 2011-08-24 20:34:26 +0200
  • f46bbcef69 Remove more busyloops. Guus Sliepen 2011-08-24 20:10:21 +0200
  • bb9ba4da28 Remove unused FPS display code. Guus Sliepen 2011-08-24 20:04:15 +0200
  • fc9dac5195 Strict 60 Hz update rate without busyloops. Guus Sliepen 2011-08-24 20:02:35 +0200
  • 0f278a2748 Enable double buffering. Guus Sliepen 2011-08-24 20:01:40 +0200
  • 943a4c7bf3 Simplify printing time taken for missions. Guus Sliepen 2011-08-24 16:01:36 +0200
  • b9fded8131 Use delete[] after new array[]. Guus Sliepen 2011-08-24 14:46:34 +0200
  • f2c91cbb19 Remove unnecessary dereferencing after pointer increments. Guus Sliepen 2011-08-24 14:44:40 +0200
  • 0910cd3db6 Add const to all char * function parameters. Guus Sliepen 2011-08-24 14:42:59 +0200
  • 87730b0687 No need to typedef structs in C++. Guus Sliepen 2011-08-24 14:32:45 +0200
  • 91bdcd8f37 SDL header files should be #included in angled brackets. Guus Sliepen 2011-08-24 14:28:39 +0200
  • 5bf8d0f269 Apply patch from Debian fixing a potential SIGFPE. Guus Sliepen 2011-08-24 14:23:29 +0200
  • 62d503d002 Apply patch from Debian fixing several overflows. Guus Sliepen 2011-08-24 14:23:02 +0200
  • 09b007411c Import of version 1.1 minus music, sound and graphics. Guus Sliepen 2011-08-24 14:14:44 +0200