O Ilusionista
Captain 100K
Thanks.
Its weird, if I search for OpenBOR in Source Forge, I get no results. Just direct links works.
Its weird, if I search for OpenBOR in Source Forge, I get no results. Just direct links works.
rafhot said:for those who need a direct link to paste into tortoise here the ones im using from sourceforge
svn://svn.code.sf.net/p/openbor/engine/engine
svn://svn.code.sf.net/p/openbor/tools/
OpenBOR (anallyst edition)
--------------------------
ABOUT THIS GIT REPO
===================
this git-repository has both the anallyst version of
OpenBOR (branch master) and the "official" version
from Chronocrash (former Lavalit) from SVN in branch svn.
The anallyst edition was forked off from SVN revision
3233 and was kept in sync with lavalit until rev 3318.
Differences:
the anallyst version is heavily optimized, debloated and
debugged and runs much faster than the lavalit version.
it has also a lot of platform-specific junk stripped off.
unlike the official version, this version is able to play
extracted mods directly from a directory.
this makes it much easier to debug and improve them.
the lavalit version has more bugs and some new features
which are not in mainstream usage.
some of the new features that were encountered in real-world
mods were backported to the anallyst version.
the anallyst edition should be able to play 99% of available
mods, after unpacking and repacking them with borpak from this
repo (see below).
the history of this git repo lasts back until SVN REV 3020,
at which point the repo was split into 2 parts.
the official svn repo is broken and it is not possible to
retrieve earlier commits.
the history was slightly edited with automatic tools to
remove all embedded binaries
(except of the required resources like .png's).
the original had a lot of cruft in the tools directory
(entire tarballs of toolchains, svn-setup.exe, etc.)
adding these to this git repo would make it about 100x bigger
and thus slower to use, so they were omitted.
also automatically generated changes to version.h, meta.xml
and Info.plist were removed from the commits (version numbers
generated by make), as those just make it harder to see the
relevant information.
Sorry bout that. I got the SVN working. I'll try and recompile my changes to it and add it. Is it possible to add changes to SVN by using my SF privilege?Damon Caskey said:That's what I use, but I'm on the road. Soon as I get to a PC I'll send it.
O Ilusionista said:Btw DC, have you saw this?
https://github.com/rofl0r/openbor
-my @music = qw(data/music/complete data/music/menu data/music/remix);
+my @music_bor = qw(data/music/complete.bor data/music/menu.bor data/music/remix.bor data/music/gameover.bor);
+my @music_ogg = qw(data/music/complete.ogg data/music/menu.ogg data/music/remix.ogg data/music/gameover.ogg);
+my @music_oga = qw(data/music/complete.oga data/music/menu.oga data/music/remix.oga data/music/gameover.oga);
Damon Caskey said:You should have seen this readme before he mellowed it out a bit in in the last commit.
Damon Caskey said:Lastly, LUA scripting is fine and all, but C style has been the the defacto coding standard since UNIX and for a good reason.
O Ilusionista said:
Not going to comment on that, I admit it for the nth time. Then again, that's the reason I still go here, people who have feedback than just being stoic and undermining, than people like Anallyst's (as reflected in his readme).O Ilusionista said:Yeah, I saw that readme.
just to make things clear: I am not dishing anyone. And I still believe more in someone who holds the torch since long time than someone new who appears out of nowhere.
O Ilusionista said:
Just to make clear, you were not my target.Not going to comment on that, I admit it for the nth time.
If the engine could accept command line codes, then we could use frontends to make some cool stuff.it's better if the engine will just be an engine and make a separate launcher instead?
CRxTRDude said:@DC - Permission to put my fixes onto OpenBOR's main code?
Modified and revised the Android build with fixes and additions, see Readthis.txt for more details. Revised the menu.c with a new log screen and menu for Android. Modified video.c to reflect Android port revision.
4092:Android port 1.3.1: Updated the static library for libogg to 1.3.2 and libvorbis to 1.3.4. Tested and compiled to be working. Also fixed minor year issues in 'build.bat's.
Adjunct to previous commit (r4091): the static libs were not committed to the repo.