qzdoom-gpl/src/sdl
Randy Heit af13d6d686 - Fixed: If you called the FString assignment operator that accepts a
const char * with a string inside its buffer, it released the buffer
  before copying the string.
- Added a new FString constructor that creates the string from a lump.
- Fixed: G_DoReborn() calls G_InitNew() with mapname set to level.mapname.
  G_InitNew() then copies it onto level.mapname, which is undefined
  behavior (although it does work as we want it to).
- Modified FMemLump to store its data using FString. That class provides
  a convenient method of storing reference counted data, so now FMemLump
  doesn't need to muck about sneakily using const_casts and possibly
  tricking its users into thinking that an old one is still valid after
  being assigned to a new one.
- Fixed: The IMGZ, PNG, PCX, and JPEG loaders assumed the files were
  large enough for their headers without actually checking.



SVN r463 (trunk)
2007-01-25 04:02:06 +00:00
..
crashcatcher.c - Fixed: ActorFlagSetOrReset() wasn't receiving the + or - character from 2006-03-14 06:11:39 +00:00
dikeys.h Directory restructuring to make it easier to version projects that don't build zdoom.exe. 2006-02-24 04:48:15 +00:00
hardware.cpp Note: I have not tried compiling these recent changes under Linux. I wouldn't 2006-12-19 04:09:10 +00:00
hardware.h Note: I have not tried compiling these recent changes under Linux. I wouldn't 2006-12-19 04:09:10 +00:00
i_cd.cpp Directory restructuring to make it easier to version projects that don't build zdoom.exe. 2006-02-24 04:48:15 +00:00
i_input.cpp - Fixed: The SDL input code must convert the event.data1 to uppercase. 2006-12-29 05:14:19 +00:00
i_input.h Directory restructuring to make it easier to version projects that don't build zdoom.exe. 2006-02-24 04:48:15 +00:00
i_main.cpp - Fixed: If you called the FString assignment operator that accepts a 2007-01-25 04:02:06 +00:00
i_movie.cpp Directory restructuring to make it easier to version projects that don't build zdoom.exe. 2006-02-24 04:48:15 +00:00
i_system.cpp - Changed the default snd_output under Linux to OSS. 2007-01-16 02:19:25 +00:00
i_system.h Note: I have not tried compiling these recent changes under Linux. I wouldn't 2006-12-19 04:09:10 +00:00
i_video.h Note: I have not tried compiling these recent changes under Linux. I wouldn't 2006-12-19 04:09:10 +00:00
sdlvideo.cpp - Fixed: The SDL input code must convert the event.data1 to uppercase. 2006-12-29 05:14:19 +00:00
sdlvideo.h Note: I have not tried compiling these recent changes under Linux. I wouldn't 2006-12-19 04:09:10 +00:00
st_start.cpp - Integrated the fatal error display into the text logger. 2007-01-14 02:25:19 +00:00