Sam Hocevar
d0a1dd6873
build: generate debug information even in release mode.
pirms 12 gadiem
Sam Hocevar
a969597a56
build: rename "Lol.Core.Build.props" to the more explicit "config-build.xml"
and add a new "UseBullet" configuration flag.
pirms 12 gadiem
Sam Hocevar
9130d7fc7b
build: fix a bug in the Xbox 360 defines propagation.
pirms 12 gadiem
Sam Hocevar
e12fc0e35c
tutorial: add a simple EasyMesh viewer.
pirms 12 gadiem
Benjamin ‘Touky’ Huet
197c11e8d1
CIS yet again.
pirms 12 gadiem
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.
pirms 12 gadiem
Sam Hocevar
1a118eda95
build: update Windows SDL binaries to 1.2.15.
pirms 12 gadiem
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.
pirms 12 gadiem
Sam Hocevar
f8befa3d7b
build: fix PS3 optimisation flags in VS2010.
pirms 12 gadiem
Sam Hocevar
abf63fc76e
build: always generate debug information in debug mode on VS2010.
pirms 12 gadiem
Sam Hocevar
fb28a7cadd
core: build Bullet as part of the VS2010 project.
pirms 12 gadiem
Sam Hocevar
a01c953096
tutorial: start working on an FBO example.
pirms 12 gadiem
Sam Hocevar
a557ab6a7e
build: ship BulletPhysics for Win32, Win64, X360 and PS3.
pirms 12 gadiem
Sam Hocevar
de6b0993a9
build: revert the cool solution platform name change, because fucking
VS2010 keeps reintroducing the old names anyway.
pirms 12 gadiem
Sam Hocevar
d8a1724a7c
build: only use the release binaries for BulletPhysics for now.
pirms 12 gadiem
Sam Hocevar
ec5af97f23
contrib: clean up the BulletPhysics contrib directory.
pirms 12 gadiem
Benjamin ‘Touky’ Huet
6c4d4bdf5f
Added Location modifier in URO.
Added BtPhystest for Bullet Physics test project.
pirms 12 gadiem
Sam Hocevar
ccf26405f2
build: do not warn about deprecated CRT warnings; we know what we
are doing.
pirms 12 gadiem
Sam Hocevar
2a5fec3db7
build: use more descriptive names for the solution configurations, but do
not touch the project configurations.
pirms 12 gadiem
Sam Hocevar
cebf398bc9
build: force VS2010 to use the SNC compiler for the PS3.
pirms 12 gadiem
Sam Hocevar
caec5ed082
build: allow to build the PS3 binaries from Visual Studio if the proper
software is installed.
pirms 12 gadiem
Benjamin ‘Touky’ Huet
654e8bbfa3
Added ToukyDemo to sln.
pirms 12 gadiem
Sam Hocevar
3389ed69a2
build: move all games to a "games" subdirectory to clean up the root
directory layout mess.
pirms 12 gadiem
Sam Hocevar
7dd4bec8c7
build: fix the VS2010 build and add build/ and binaries/ to the dist
tarball.
pirms 12 gadiem
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.
pirms 12 gadiem