Sam Hocevar
683d7e35cb
neercs: start porting the old code to Windows; this breaks the Visual Studio
build until further fixes are made.
12 vuotta sitten
Sam Hocevar
90e8ae520c
build: put the Win64 SDL libraries in two separate directories, MSVC-built
and MinGW-built, because of some weird %rip corruption at runtime when
linking the MSVC DLL with mingw-w64.
12 vuotta sitten
Sam Hocevar
b5563ad21d
core: switch the Win32/x64 binaries to the Windows subsystem so that they
do not open a console at startup.
12 vuotta sitten
Sam Hocevar
2cde045713
neercs: disable neercs build on Windows for now.
12 vuotta sitten
Sam Hocevar
d0a1dd6873
build: generate debug information even in release mode.
12 vuotta sitten
Sam Hocevar
a969597a56
build: rename "Lol.Core.Build.props" to the more explicit "config-build.xml"
and add a new "UseBullet" configuration flag.
12 vuotta sitten
Sam Hocevar
9130d7fc7b
build: fix a bug in the Xbox 360 defines propagation.
12 vuotta sitten
Sam Hocevar
e12fc0e35c
tutorial: add a simple EasyMesh viewer.
12 vuotta sitten
Benjamin ‘Touky’ Huet
197c11e8d1
CIS yet again.
12 vuotta sitten
Benjamin ‘Touky’ Huet
6cb8bb99ca
Behold the power of LolPhysics !
Added lol::phys::Simulation, lol::phys::EasyPhysics for easy physic uses.
Added PhysicsObject, wich hold EasyMesh & EasyPhysics components so it is easy to use. Easy seems to be the consensus.
BtPhysTest now works with new physics classes.
Known problem for this commit:
Physics is not properly setup.
There might be memory leaks, I don't think I've parsed all new/delete.
A LOT of primitives are not taken into account.
12 vuotta sitten
Sam Hocevar
1a118eda95
build: update Windows SDL binaries to 1.2.15.
12 vuotta sitten
Sam Hocevar
3d02e1e213
build: recompile Win64 SDL with -D_CRTIMP= so that it uses the static runtime
library (the same that we use for the engine), and link with winmm.lib and
dxguid.lib on that platform.
12 vuotta sitten
Sam Hocevar
f8befa3d7b
build: fix PS3 optimisation flags in VS2010.
12 vuotta sitten
Sam Hocevar
abf63fc76e
build: always generate debug information in debug mode on VS2010.
12 vuotta sitten
Sam Hocevar
fb28a7cadd
core: build Bullet as part of the VS2010 project.
12 vuotta sitten
Sam Hocevar
a01c953096
tutorial: start working on an FBO example.
12 vuotta sitten
Sam Hocevar
a557ab6a7e
build: ship BulletPhysics for Win32, Win64, X360 and PS3.
12 vuotta sitten
Sam Hocevar
de6b0993a9
build: revert the cool solution platform name change, because fucking
VS2010 keeps reintroducing the old names anyway.
12 vuotta sitten
Sam Hocevar
d8a1724a7c
build: only use the release binaries for BulletPhysics for now.
12 vuotta sitten
Sam Hocevar
ec5af97f23
contrib: clean up the BulletPhysics contrib directory.
12 vuotta sitten
Benjamin ‘Touky’ Huet
6c4d4bdf5f
Added Location modifier in URO.
Added BtPhystest for Bullet Physics test project.
12 vuotta sitten
Sam Hocevar
ccf26405f2
build: do not warn about deprecated CRT warnings; we know what we
are doing.
12 vuotta sitten
Sam Hocevar
2a5fec3db7
build: use more descriptive names for the solution configurations, but do
not touch the project configurations.
12 vuotta sitten
Sam Hocevar
cebf398bc9
build: force VS2010 to use the SNC compiler for the PS3.
12 vuotta sitten
Sam Hocevar
caec5ed082
build: allow to build the PS3 binaries from Visual Studio if the proper
software is installed.
12 vuotta sitten
Sam Hocevar
6ff44b1829
build: use "win-*" instead of "windows-*" in build names so that they
appear shorter on the web page.
12 vuotta sitten
Benjamin ‘Touky’ Huet
654e8bbfa3
Added ToukyDemo to sln.
12 vuotta sitten
Sam Hocevar
3389ed69a2
build: move all games to a "games" subdirectory to clean up the root
directory layout mess.
12 vuotta sitten
Sam Hocevar
7dd4bec8c7
build: fix the VS2010 build and add build/ and binaries/ to the dist
tarball.
12 vuotta sitten
Sam Hocevar
78f7a303ff
build: reorganise all the build stuff so that it lies in build/ and
make sure each .vcxproj file is with its corresponding source code.
12 vuotta sitten
Sam Hocevar
de9be173e4
web: add a Bitten configuration for the public builds, and import the
verbatim bitten_config.html template for future modification.
12 vuotta sitten
Sam Hocevar
457045bb50
build: ensure that the Linux build machines are what they advertise, or
fail the build (if eg. we try to build an amd64 binary on i386).
12 vuotta sitten
Sam Hocevar
85275834e2
build: a few hacks to allow building with MinGW on Windows.
12 vuotta sitten
Sam Hocevar
9f8636705c
build: MinGW compilation fixes, rename libcaca.lib to caca.lib so that
g++ understands -lcaca directly; also add -DCACA_STATIC to the default flags.
12 vuotta sitten
Sam Hocevar
98bd224ae8
build: ship a binary build of libcaca for Win32 and Win64.
12 vuotta sitten
Sam Hocevar
06d9d00c34
win32: no longer ship GDI+ because MinGW ships a working version, including
for Win64.
12 vuotta sitten
Sam Hocevar
6ebc4c88a7
build: do not use --host=none with NaCl; we can be more specific, eg. with
--host=i386 or --host=x86_64.
13 vuotta sitten
Sam Hocevar
6743bb45cd
nacl: the Mandelbrot zoomer is starting to work on NaCl.
13 vuotta sitten
Sam Hocevar
2edb8115e6
core: port all code to NativeClient. Nothing runs for now, but it builds.
13 vuotta sitten
Sam Hocevar
fcbfba7a44
build: use xvfb-run to run the windows-i386 test suite on a non-mingw
build host.
13 vuotta sitten
Sam Hocevar
fbdec834dd
image: add a GDI+ loader.
13 vuotta sitten
Sam Hocevar
abbf9ba44c
build: fix a shitload of build errors introduced by the Image refactoring
and the OS X port.
13 vuotta sitten
Sam Hocevar
73e9bfdd90
build: fix GLEW usage to use <glew.h>, not <GL/glew.h>.
13 vuotta sitten
Sam Hocevar
b9e2be1914
build: disable "make check" on win64 because the version of Wine installed
on the autobuilders doesn't support it yet.
13 vuotta sitten
Sam Hocevar
70e3ae8222
build: do not set --build if not really cross-compiling (eg. building for
mingw64 on mingw32).
13 vuotta sitten
Sam Hocevar
7a3709ab53
build: move SDL_image and SDL_mixer binaries to an i686-only directory.
13 vuotta sitten
Sam Hocevar
53347d96e3
build: fix a typo in the mingw configuration sequence in lol-build and
add set -e to the build-mingw scripts to catch possible regressions.
13 vuotta sitten
Sam Hocevar
247af5b0b7
build: add a Win64 build of libSDL. Useless for now, because SDL_Image
and SDL_Mixer are needed and are a lot harder to build.
13 vuotta sitten
Sam Hocevar
b9e28aa987
build: add debug information to lol-build output.
13 vuotta sitten
Sam Hocevar
160102ba03
build: new lol-build script for easier autobuilds.
13 vuotta sitten