Age | Commit message (Collapse) | Author |
|
Not required anymore, patch by Begasus
|
|
|
|
Only applies when using loadable modules.
This requires a second compile run or black voodoo linker tricks.
Not implemented at this time. Disable it, so we get DS build failure
reports from buildbot (which are useful with all the DISABLE_EVERYTHING
defines).
The resulting binary might be too big to be usable.
|
|
mt32emu is using floats everywhere, and we don't have hardware-assisted
floating point computations on this armeabi. most (if any) devices can't
handle this
timidity doesn't make sense, because there's no daemon to connect to
|
|
get rid of -DANDROID and -DANDROID_BACKEND
|
|
- use NDK r5b
- cleanup
|
|
the android port needs to link a shared object for scummvm
|
|
svn-id: r55862
|
|
Needed to allow Toonstruck playtesting with daily builds.
svn-id: r55747
|
|
Add an object with an empty .ctors and .dtors section to the build
of each plugin. This ensures that there will be an output section
.ctors and one .dtors in the output file (they could be empty though).
If these output sections were to be removed, the symbols defined inside
by the linker script could disappear as well, and we don't want that.
svn-id: r55149
|
|
This changes removes the tmpnam warning when building the Sword 2.5 engine.
This fix sets the top level define which is used by engines/sword25/util/lua/luaconf.h to configure the LUA interpreter build, but only for linux* targets.
Other targets may need a similar fix.
Note : LUA_USE_POSIX is used in preference to LUA_USE_LINUX as this causes another warning associated with the dlopen usage.
svn-id: r55130
|
|
ONE_PLUGIN_AT_A_TIME is too long.
svn-id: r55064
|
|
Following lordhoto's suggestion, I implemented a simple allocator that grabs the size of the biggest available plugin in memory. This is an elegant solution to the fragmentation problem, with the caveat that memory is wasted. As such, it's not suited for the DS, so I added a #define to disable it there.
svn-id: r55009
|
|
svn-id: r54733
|
|
svn-id: r54722
|
|
svn-id: r54721
|
|
svn-id: r54591
|
|
svn-id: r54545
|
|
svn-id: r54537
|
|
svn-id: r54536
|
|
svn-id: r54535
|
|
This should fix compilation on those systems.
svn-id: r54149
|
|
libmad uses more cpu than tremor, and audio stutters more,
also this will save some memory
svn-id: r54114
|
|
svn-id: r54060
|
|
This merge was extremely difficult to carry out. It wasn't entirely SVN's fault -- there were several merges to the branch that were done by hand. Please check for any issues and regressions. Also note that the DS makefile was not copied over since the "one at a time" plugin mode currently has too much fragmentation ie. it doesn't work.
svn-id: r54051
|
|
exists in the main executable, causing it not to be built in the plugins.
svn-id: r53996
|
|
svn-id: r53976
|
|
Also add wrapper around the plugin dir. for the OpenPandora from 1.2.0 branch.
svn-id: r53640
|
|
svn-id: r53636
|
|
Lua is very problematic for the PSP build because it wants a) libpng built with the plugins which is not great, but not that bad. b) It calls several PSP functions directly, and it turns out PSP functions can only be called from the main executable -- they're in flash and must be fixed up using custom PSP utils. Until this mechanism is changed so that for example lua calls functions in the main executable, the PSP cannot be built.
The following functions need to be removed/moved to the main executable:
All socket functions (should be disabled anyway)
Clock()
Rename()
Additionally, png functions should ideally also be called only from the main executable.
svn-id: r53615
|
|
svn-id: r53584
|
|
svn-id: r53583
|
|
svn-id: r53580
|
|
svn-id: r53570
|
|
svn-id: r53463
|
|
svn-id: r53428
|
|
svn-id: r53420
|
|
optional for
building sword25
If libtheoradec is missing then the engine still builds if requested, but the
videos will be disabled (note that running the game with videos disabled is
still untested)
svn-id: r53419
|
|
on vanilla IRIX systems).
svn-id: r53414
|
|
This fixes detection of libpng when cross-compiling.
svn-id: r53404
|
|
svn-id: r53395
|
|
svn-id: r53169
|
|
svn-id: r53160
|
|
- Update the documentation of available backends and special hosts based on
the available ones.
- Sort backend/host/case lists alphabetically.
svn-id: r53158
|
|
- Handle the --docdir option which was documented but not accepted.
- Reorder the directory variables and their handling to have the same order
everywhere. This will hopefully make bugs like this harder to happen.
svn-id: r53149
|
|
svn-id: r53087
|
|
svn-id: r53050
|
|
svn-id: r52917
|
|
Just some small cleanup to make the building of debug and
release builds follow the convention expected from the
configure flags.
svn-id: r52821
|
|
The advantage is that we get to do inlining and even use lwl and lwr instructions where appropriate. We have to do it ourselves because the PSP doesn't tolerate built-in instructions, but also we have a more efficient memcpy than the lib's.
svn-id: r52817
|