| patch |
summary |
view |
raw |
| configure.patch |
configure | 4 ++--
configure.in | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
|
view
|
download
|
| i18n_fxc.patch |
fxc/src/c_data.c | 10 ++-
fxc/src/c_main.c | 30 ++++++---
fxc/src/codeblock.c | 18 ++++-
fxc/src/constants.c | 14 +++-
fxc/src/dcbw.c | 52 +++++++++--------
fxc/src/identifier.c | 17 ++++-
fxc/src/main.c | 46 +++++++++++----
fxc/src/messages.c | 154 ++++++++++++++++++++++++++-------------------------
fxc/src/procedure.c | 12 +++
fxc/src/segment.c | 12 +++
fxc/src/strings.c | 18 ++++-
fxc/src/token.c | 28 +++++----
fxc/src/varspace.c | 22 ++++---
13 files changed, 276 insertions(+), 157 deletions(-)
|
view
|
download
|
| i18n_fxi.patch |
fxi/src/dcbr.c | 10 ++++-
fxi/src/f_sort.c | 35 +++++++++++-------
fxi/src/fbm.c | 53 ++++++++++++++++------------
fxi/src/fgc.c | 33 ++++++++++-------
fxi/src/fnc_exports.c | 15 +++++---
fxi/src/fpl.c | 25 ++++++++-----
fxi/src/g_blit.c | 11 ++++-
fxi/src/g_console.c | 91 ++++++++++++++++++++++++++-----------------------
fxi/src/g_conversion.c | 9 ++++
fxi/src/g_draw.c | 13 +++++--
fxi/src/g_font.c | 25 ++++++++-----
fxi/src/g_fpg.c | 15 +++++---
fxi/src/g_main.c | 23 ++++++++----
fxi/src/g_maps.c | 15 +++++---
fxi/src/g_pal.c | 21 +++++++----
fxi/src/g_profiler.c | 11 ++++-
fxi/src/g_scroll.c | 11 ++++-
fxi/src/g_texts.c | 19 +++++++---
fxi/src/i_copy.c | 9 ++++
fxi/src/i_debug.c | 9 ++++
fxi/src/i_func.c | 65 +++++++++++++++++++----------------
fxi/src/i_main.c | 65 +++++++++++++++++++----------------
fxi/src/i_saveload.c | 13 +++++--
fxi/src/img_pcx.c | 15 +++++---
fxi/src/img_png.c | 17 ++++++---
fxi/src/main.c | 27 +++++++++++---
fxi/src/sound.c | 23 ++++++++----
fxi/src/strings.c | 54 ++++++++++++++++-------------
28 files changed, 469 insertions(+), 263 deletions(-)
|
view
|
download
|
| i18n_fpg.patch |
fpg/fpg.c | 130 ++++++++++++++++++++++++++++++++++----------------------------
1 file changed, 73 insertions(+), 57 deletions(-)
|
view
|
download
|
| i18n_map.patch |
map/map.c | 87 +++++++++++++++++++++++++++++++++++++-------------------------
1 file changed, 52 insertions(+), 35 deletions(-)
|
view
|
download
|
| fxi_binname.patch |
fxi/src/main.c | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
|
view
|
download
|
| fxc_nosdlinit.patch |
fxc/src/main.c | 8 --------
1 file changed, 8 deletions(-)
|
view
|
download
|
| common_stdfiles.patch |
common/files.c | 25 +++++++++++++++++++++++++
include/files_st.h | 1 +
2 files changed, 26 insertions(+)
|
view
|
download
|
| fxc_output.patch |
fxc/src/main.c | 27 +++++++++++++++++++++++----
1 file changed, 23 insertions(+), 4 deletions(-)
|
view
|
download
|
| fxi_input.patch |
fxi/src/dcbr.c | 2 +-
fxi/src/main.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
|
view
|
download
|
| fxc_return_values.patch |
fxc/src/main.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
|
view
|
download
|
| fxi_return_values.patch |
fxi/src/main.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
|
view
|
download
|
| plugins_dir.patch |
fxc/src/c_main.c | 35 ++++++++++++++++++++++++++++++++---
fxi/src/i_func.c | 34 +++++++++++++++++++++++++++++++---
2 files changed, 63 insertions(+), 6 deletions(-)
|
view
|
download
|
| fxdll_version.patch |
fxc/src/c_main.c | 15 ++++++++++++++-
fxi/src/i_func.c | 15 ++++++++++++++-
include/fnx_loadlib.h | 2 +-
include/fxdll.h | 8 ++++++++
include/fxdll_version.h | 11 +++++++++++
5 files changed, 48 insertions(+), 3 deletions(-)
|
view
|
download
|
| fxi_apptitle.patch |
fxi/src/main.c | 21 ++++++++++++++++++++-
1 file changed, 20 insertions(+), 1 deletion(-)
|
view
|
download
|
| 0.92a_to_cvs-20070713.1513.patch |
NEWS | 86 ++++++
common/files.c | 61 ++++
configure | 20 -
configure.in | 2
fxc/src/c_code.c | 101 ++++---
fxc/src/c_debug.c | 2
fxc/src/c_main.c | 14 -
fxc/src/dcbw.c | 8
fxc/src/error.c | 3
fxc/src/main_div.c | 4
fxc/src/sysstub.c | 15 -
fxi/inc/fmath.h | 14 -
fxi/inc/fxi.h | 2
fxi/inc/grlib.h | 18 +
fxi/inc/grlib_st.h | 12
fxi/inc/instance_st.h | 13
fxi/src/Be_compat/be_compat.cpp | 29 ++
fxi/src/Be_compat/be_compat.h | 5
fxi/src/Be_compat/libbe_compat.proj | 1
fxi/src/dcbr.c | 2
fxi/src/f_cd.c | 7
fxi/src/fbm.c | 72 ++++-
fxi/src/fgc.c | 57 ++--
fxi/src/fnc_exports.c | 2
fxi/src/fpl.c | 4
fxi/src/g_blendop.c | 6
fxi/src/g_blit.c | 71 ++---
fxi/src/g_console.c | 65 ++--
fxi/src/g_conversion.c | 16 -
fxi/src/g_draw.c | 500 +++++++++++++++++++++++++-----------
fxi/src/g_font.c | 131 ++++-----
fxi/src/g_fpg.c | 52 +--
fxi/src/g_main.c | 236 +++++++---------
fxi/src/g_maps.c | 50 ++-
fxi/src/g_mode7.c | 36 --
fxi/src/g_pal.c | 297 ++++++++++++++++++---
fxi/src/g_scroll.c | 3
fxi/src/g_texts.c | 27 -
fxi/src/i_debug.c | 6
fxi/src/i_func.c | 240 ++++++++++-------
fxi/src/i_main.c | 252 ++++++++----------
fxi/src/img_pcx.c | 28 +-
fxi/src/img_png.c | 100 +++----
fxi/src/instance.c | 171 ++++--------
include/files.h | 2
include/fxdll.h | 11
include/offsets.h | 52 +--
include/pslang.h | 2
include/sysprocs.h | 86 ++++--
49 files changed, 1875 insertions(+), 1119 deletions(-)
|
view
|
download
|
| endianess.patch |
fxi/src/fpl.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
|
view
|
download
|
| fxi_pal.patch |
fxi/inc/g_pal.h | 33 +++++++++++++++++++++++++++++++++
fxi/src/i_func.c | 1 +
2 files changed, 34 insertions(+)
|
view
|
download
|
| fxi_sdl_mixer_use_rwops.patch |
fxi/inc/sound.h | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
|
view
|
download
|
| fxi_pal_get.patch |
fxi/inc/g_pal.h | 1 +
1 file changed, 1 insertion(+)
|
view
|
download
|
| build_portability.patch |
configure | 2 +-
configure.in | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
|
view
|
download
|
| include_fixes.patch |
fxi/inc/g_pal.h | 1 +
fxi/inc/grlib.h | 2 ++
fxi/src/fgc.c | 1 +
fxi/src/g_fpg.c | 1 +
4 files changed, 5 insertions(+)
|
view
|
download
|
| warning_fixes.patch |
fxc/src/c_data.c | 2 +-
fxi/src/i_main.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
|
view
|
download
|
| string_alloc_crash.patch |
fxi/src/strings.c | 23 ++++++++++++++++-------
1 file changed, 16 insertions(+), 7 deletions(-)
|
view
|
download
|