Benjamin ‘Touky’ Huet
|
0fb25474e3
|
sln small build config fix for Win32
|
11 vuotta sitten |
Benjamin ‘Touky’ Huet
|
a573b0908b
|
MeshViewer : Added shitty texture to bulletproof easymesh UV, and therefore correct wrongly set ones.
|
11 vuotta sitten |
Benjamin ‘Touky’ Huet
|
506befcf4a
|
easymesh : Added Twist/Ben/Shear & Taper refactor.
|
11 vuotta sitten |
Sam Hocevar
|
6e1156aaea
|
build: split the main library into lolcore and lolbullet.
|
11 vuotta sitten |
Sam Hocevar
|
eaf115a379
|
people: reorganise user directories to allow for private/ subdirectories.
|
11 vuotta sitten |
Benjamin ‘Touky’ Huet
|
7a051f9455
|
Added MeshViewer new project, its goal being to have a program capable of previewing a mesh from an outer source (.txt, js, etc ...) in order to speed up mesh creation.
Added RadialJitter("rj") to EasyMesh parser.
|
12 vuotta sitten |
Benlitz
|
4146c9524e
|
Benlitz first test project setup
|
12 vuotta sitten |
Sam Hocevar
|
df7a21d68f
|
tutorial: add texture demo to the VS solution.
|
12 vuotta sitten |
Sam Hocevar
|
8c9a5d4779
|
build: add a script to automatically run bitten on Windows. Needs some tweaking
before it also runs on Linux or OS X.
|
12 vuotta sitten |
Sam Hocevar
|
e59d306e54
|
build: disable those fucking "Any CPU" and "Mixed Platforms" build
configurations. Seriously, fuck Visual Studio.
|
12 vuotta sitten |
Sam Hocevar
|
b73d8b5382
|
vslol: create a Visual Studio plugin that will let us rebuild parsers & lexers.
|
12 vuotta sitten |
jeunathe
|
2a9f2bed79
|
New subProject for jnat
|
12 vuotta sitten |
Sam Hocevar
|
ca1050e047
|
debug: get rid of quad.cpp, it's become useless.
|
12 vuotta sitten |
Sam Hocevar
|
a86eaf1bb2
|
tutorial: start working on a small Perlin-like noise demo.
|
12 vuotta sitten |
Sam Hocevar
|
50de813d99
|
gpu: explicitly create render targets on the Xbox 360.
|
12 vuotta sitten |
Sam Hocevar
|
30259d6329
|
build: add a demo for Peeweek.
|
12 vuotta sitten |
Sam Hocevar
|
549219c6f6
|
build: reorganise person stuff inside a people/ directory.
|
12 vuotta sitten |
Sam Hocevar
|
8e1141bb68
|
build: reorganise VS2010 solution.
|
12 vuotta sitten |
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
|
2cde045713
|
neercs: disable neercs build on Windows for now.
|
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
|
e12fc0e35c
|
tutorial: add a simple EasyMesh viewer.
|
12 vuotta sitten |
Sam Hocevar
|
a01c953096
|
tutorial: start working on an FBO example.
|
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 |
Benjamin ‘Touky’ Huet
|
6c4d4bdf5f
|
Added Location modifier in URO.
Added BtPhystest for Bullet Physics test project.
|
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
|
caec5ed082
|
build: allow to build the PS3 binaries from Visual Studio if the proper
software is installed.
|
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
|
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
|
f3c5985495
|
build: move major .vcxproj files to their respective project directories.
|
12 vuotta sitten |
Sam Hocevar
|
6cc678f6f9
|
build: allow to use OpenGL instead of Direct3D in Visual Studio by simply
changing a configuration variable in a file.
|
12 vuotta sitten |
Sam Hocevar
|
a6b51a1b8c
|
neercs: create a skeleton for neercs.
|
12 vuotta sitten |
Sam Hocevar
|
1443b5628f
|
win32: add a custom build rule for '.lolfx' files. The files are properly
transformed to C++ but aren't compiled into the project yet.
|
12 vuotta sitten |
Sam Hocevar
|
54fe8937ad
|
input: support Xbox input system for gamepads.
|
12 vuotta sitten |
Sam Hocevar
|
24626c671f
|
tutorial: some refactoring in the tutorials.
|
12 vuotta sitten |
Sam Hocevar
|
5112ce8339
|
build: disable building the Deus Hax editor on the Xbox 360.
|
12 vuotta sitten |
Sam Hocevar
|
7ff4151a19
|
orbital: add a skeleton project for Orbital.
|
12 vuotta sitten |
Sam Hocevar
|
682b9dbdd3
|
build: start configuring the build for Win64.
|
12 vuotta sitten |
Sam Hocevar
|
2831476774
|
build: major refactoring of the Win32 and Xbox project files; we now
link properly on the Xbox.
|
12 vuotta sitten |
Sam Hocevar
|
fac42dd7a2
|
xbox: create the Xbox application class and add a project file for MrPigeon.
|
12 vuotta sitten |
Sam Hocevar
|
835fa4a865
|
win32: fix cross-project dependencies for recently added projects.
|
12 vuotta sitten |
Sam Hocevar
|
c0cb995fd2
|
win32: various compilation fixes, mostly project updates, but also a
workaround for a Visual Studio compiler bug (Connect Id #730878).
|
12 vuotta sitten |
Sam Hocevar
|
5521b9fd01
|
build: start adding Xbox 360 configuration settings to the VS projects.
|
13 vuotta sitten |
Sam Hocevar
|
0e622822e7
|
test: add a few Visual Studio 2010 project files and fix testsuite code
so that it builds properly.
|
13 vuotta sitten |
Sam Hocevar
|
e006714236
|
build: new Visual Studio build files, for the engine core and the debug
quad application.
|
13 vuotta sitten |
Sam Hocevar
|
98e91ef607
|
Add all the bells and whistles needed for GTK+ compilation on Win32.
|
14 vuotta sitten |
Sam Hocevar
|
c456feac9b
|
Update the VS 2010 solution and projects to build both games.
|
14 vuotta sitten |