EmuCR Feeds
Email Us

EmuCR:OpenBOR OpenBOR v3.0 Build 3109 is released. OpenBOR is an official port of the OpenBOR (aka Beats of Rage) beat em up game engine to the Wii. The initial port was done by SX and the current maintainer is Plombo.

History
----------------------
In 2004, Senile Team released Beats of Rage, a free beat-'em-up for DOS inspired by SEGA's Streets of Rage series and using sprites from SNK Playmore's King of Fighters series. The game spread only by word of mouth, but it nonetheless amassed popularity very quickly. Senile Team soon released an edit pack allowing anyone interested to create a mod for the BOR engine. In 2005, Kirby2000 asked Senile Team to open the source code to BOR. They agreed, and OpenBOR was born. Development on the engine was continued by the community, and still is to this day.


Heres whats new:
------------------------------------------------------------------------
r3109 | anallyst | 2011-03-03 00:42:50 -0500 (Thu, 03 Mar 2011) | 1 line
Changed paths:
M /engine/openbor.c
M /engine/resources/meta.xml

fixing background layer.
------------------------------------------------------------------------
r3108 | anallyst | 2011-03-02 23:56:15 -0500 (Wed, 02 Mar 2011) | 1 line
Changed paths:
M /engine/openbor.c

cosmetic change.
------------------------------------------------------------------------
r3107 | anallyst | 2011-03-02 23:51:40 -0500 (Wed, 02 Mar 2011) | 1 line
Changed paths:
M /engine/openbor.c
M /engine/openbor.h

ouch, 18 is max, not 16
------------------------------------------------------------------------
r3106 | anallyst | 2011-03-02 23:48:49 -0500 (Wed, 02 Mar 2011) | 1 line
Changed paths:
M /engine/openbor.c
M /engine/openbor.h
M /engine/resources/Info.plist
M /engine/resources/meta.xml
M /engine/version.h

changed to more efficient and cleaner parsing method, added some functions for numeric checks
------------------------------------------------------------------------
r3105 | anallyst | 2011-03-02 19:03:52 -0500 (Wed, 02 Mar 2011) | 1 line
Changed paths:
M /engine/openbor.c

reverted to 3103
------------------------------------------------------------------------
r3104 | anallyst | 2011-03-02 18:26:24 -0500 (Wed, 02 Mar 2011) | 1 line
Changed paths:
M /engine/openbor.c

double dragon3 dragon stone was passing load knife in level 3-2, where a number is expected instead. interestingly, this crashed only in debug mode. i added a number of checks... if someone volunteers, theres still a lot of atois and atofs left for you
------------------------------------------------------------------------
r3102 | sumolx | 2011-03-02 11:40:43 -0500 (Wed, 02 Mar 2011) | 1 line
Changed paths:
A /engine/codeblocks
A /engine/codeblocks/OpenBOR.Windows.cbp
A /engine/codeblocks/OpenBOR.Windows.layout

CodeBlocks IDE for Windows is officially supported by OpenBOR.
------------------------------------------------------------------------
r3101 | anallyst | 2011-03-02 08:48:02 -0500 (Wed, 02 Mar 2011) | 1 line
Changed paths:
M /engine/resources/meta.xml
M /engine/source/scriptlib/List.c
M /engine/source/scriptlib/List.h

added hashmap for string search as well. now the script compilation time is near zero. well done. o0
------------------------------------------------------------------------
r3100 | anallyst | 2011-03-02 07:14:29 -0500 (Wed, 02 Mar 2011) | 1 line
Changed paths:
M /engine/resources/meta.xml
M /engine/source/scriptlib/List.c

when USE_INDEX is disabled, would have thrown a unused var warning.
------------------------------------------------------------------------
r3099 | anallyst | 2011-03-02 06:48:40 -0500 (Wed, 02 Mar 2011) | 1 line
Changed paths:
M /engine/resources/Info.plist
M /engine/resources/meta.xml
M /engine/source/scriptlib/List.c
M /engine/source/scriptlib/List.h
M /engine/version.h

added contains method to list which has no sideeffects, to accompany list_includes. added some info about the List functionality and how it can be switched on and off.
------------------------------------------------------------------------
r3098 | anallyst | 2011-03-02 05:10:22 -0500 (Wed, 02 Mar 2011) | 1 line
Changed paths:
M /engine/resources/meta.xml
M /engine/source/scriptlib/Interpreter.c
M /engine/source/scriptlib/List.c
M /engine/source/scriptlib/List.h
M /engine/source/scriptlib/List_unittest.c

improved List index and contains lookups by using a hashtable. loading time of contra is decreased by 50 percent.
------------------------------------------------------------------------
r3097 | anallyst | 2011-03-02 02:28:35 -0500 (Wed, 02 Mar 2011) | 1 line
Changed paths:
M /engine/resources/Info.plist
M /engine/resources/meta.xml
M /engine/source/scriptlib/Parser.c
M /engine/version.h

properly initialise all lists, pt. 3
------------------------------------------------------------------------
r3096 | anallyst | 2011-03-02 02:14:05 -0500 (Wed, 02 Mar 2011) | 1 line
Changed paths:
M /engine/resources/meta.xml
M /engine/source/scriptlib/Interpreter.c
M /engine/source/scriptlib/Stack.c
M /engine/source/scriptlib/Stack.h

properly initialise all lists - pt. 2
------------------------------------------------------------------------
r3095 | plombo | 2011-03-01 16:58:20 -0500 (Tue, 01 Mar 2011) | 1 line
Changed paths:
M /engine/source/preprocessorlib/pp_lexer.c

pp_lexer: Interpret the non-breaking space (NBSP) character (hex value A0 in both Windows-1252 and ISO-8859-*) as whitespace.
------------------------------------------------------------------------
r3094 | anallyst | 2011-03-01 13:22:32 -0500 (Tue, 01 Mar 2011) | 1 line
Changed paths:
M /engine/resources/Info.plist
M /engine/resources/meta.xml
M /engine/source/scriptlib/Interpreter.c
M /engine/version.h

properly initialise all lists
------------------------------------------------------------------------
r3092 | anallyst | 2011-02-28 21:38:32 -0500 (Mon, 28 Feb 2011) | 1 line
Changed paths:
M /engine/openbor.c
M /engine/resources/meta.xml
M /engine/version.h

dont use any landframe at all when an invalid index is supplied. this way all games will continue gracefully even when buggy. thanks for the hint plombo
------------------------------------------------------------------------
r3091 | sumolx | 2011-02-28 20:58:20 -0500 (Mon, 28 Feb 2011) | 1 line
Changed paths:
D /engine/resources/OpenBOR.rc

OpenBOR.rc is no longer referenced since removing MVS Platform.
------------------------------------------------------------------------
r3090 | sumolx | 2011-02-28 20:56:33 -0500 (Mon, 28 Feb 2011) | 1 line
Changed paths:
D /engine/resources/BOR_Icon_144x80.png
D /engine/resources/BOR_Icon_32x32.bmp
D /engine/resources/BOR_Icon_32x32.ico
D /engine/resources/BOR_Logo_480x272.png
D /engine/resources/BOR_Menu_320x240.gif
D /engine/resources/BOR_Menu_480x272.png
M /engine/resources/Info.plist
EmuCR: OpenBOR
EmuCR: OpenBOR

Download: OpenBOR v3.0 Build 3109
Source: Here



Random Related Topic Refresh Related Topic

Random Related Topic Loading...

0 Comments

Post a Comment

Can't post a comment? Try This!