gzdoom/src/g_strife
Randy Heit 419724dd02 - Assembly code is disabled when building with __APPLE__ defined, for now.
- If you aren't targeting x86, m_fixed.h only includes basicinlines.h now.
- Moved x64inlines.h into basicinlines.h.
- Replaced uses of __int64 with types from doomtype.h.
- The stop console command no longer ends single player games, just the demo
  that was being recorded.
- In C mode, the sc_man parser no longer allows multi-line string constants
  without using the \ character to preface the newline character. This makes
  it much easier to diagnose errors where you forget the closing quote of a
  string.
- Fixed: V_BreakLines() added the terminating '\0' to the last line of the
  input string.
- Added font as a parameter to V_BreakLines and removed its keepspace
  parameter, which was never passed as anything other than the default.


SVN r331 (trunk)
2006-09-19 23:25:51 +00:00
..
a_acolyte.cpp SVN r28 (trunk) 2006-04-11 18:02:51 +00:00
a_alienspectres.cpp SVN r258 (trunk) 2006-07-16 09:10:45 +00:00
a_coin.cpp SVN r258 (trunk) 2006-07-16 09:10:45 +00:00
a_crusader.cpp SVN r37 (trunk) 2006-04-13 16:52:24 +00:00
a_entityboss.cpp SVN r258 (trunk) 2006-07-16 09:10:45 +00:00
a_inquisitor.cpp SVN r314 (trunk) 2006-08-31 00:16:12 +00:00
a_loremaster.cpp SVN r258 (trunk) 2006-07-16 09:10:45 +00:00
a_macil.cpp - Fixed: P_StartScript was missing a NULL pointer check for the error 2006-05-13 21:22:08 +00:00
a_oracle.cpp - Fixed: P_StartScript was missing a NULL pointer check for the error 2006-05-13 21:22:08 +00:00
a_programmer.cpp SVN r258 (trunk) 2006-07-16 09:10:45 +00:00
a_reaver.cpp Directory restructuring to make it easier to version projects that don't build zdoom.exe. 2006-02-24 04:48:15 +00:00
a_rebels.cpp SVN r258 (trunk) 2006-07-16 09:10:45 +00:00
a_sentinel.cpp SVN r258 (trunk) 2006-07-16 09:10:45 +00:00
a_spectral.cpp SVN r258 (trunk) 2006-07-16 09:10:45 +00:00
a_stalker.cpp Directory restructuring to make it easier to version projects that don't build zdoom.exe. 2006-02-24 04:48:15 +00:00
a_strifebishop.cpp SVN r37 (trunk) 2006-04-13 16:52:24 +00:00
a_strifeglobal.h - Converted a_doomhealth.cpp to DECORATE. 2006-06-17 20:29:41 +00:00
a_strifeitems.cpp SVN r258 (trunk) 2006-07-16 09:10:45 +00:00
a_strifeplayer.cpp - Fixed: The check for no skill menu was incorrect when a custom player 2006-07-16 10:23:14 +00:00
a_strifestuff.cpp SVN r314 (trunk) 2006-08-31 00:16:12 +00:00
a_strifeweapons.cpp - Gave Strife's PhosphorousFire the MF2_NODMGTHRUST flag so that its 2006-08-10 21:03:17 +00:00
a_templar.cpp SVN r37 (trunk) 2006-04-13 16:52:24 +00:00
a_thingstoblowup.cpp SVN r258 (trunk) 2006-07-16 09:10:45 +00:00
strife_sbar.cpp - Assembly code is disabled when building with __APPLE__ defined, for now. 2006-09-19 23:25:51 +00:00