Timeline
Jun 11, 2012:
- 11:56 PM Changeset [1458] by
- neercs: remove some unused variables.
- 11:43 PM Changeset [1457] by
- neercs: fix Win32 build.
- 11:21 PM Changeset [1456] by
- neercs: import Rez's code in our framework. Not ready yet.
- 11:21 PM Changeset [1455] by
- gpu: first FrameBuffer GPU class.
- 11:21 PM Changeset [1454] by
- test: GLSL syntax fiddling.
- 11:21 PM Changeset [1453] by
- build: remove \r from shader files before compilation.
- 11:21 PM Changeset [1452] by
- gpu: first shot at a Shader::SetTexture() function.
- 10:40 AM Blog: Load PNGs from assets using Android NDK comment added by
- I am wondering if it is possible to load the bitmap as a texture into …
Jun 9, 2012:
- 7:36 PM Changeset [1451] by
- build: move major .vcxproj files to their respective project directories.
- 1:01 AM Changeset [1450] by
- gpu: disable all vertex attributes upon vertex declaration unbind, …
Jun 8, 2012:
- 9:54 PM Changeset [1449] by
- build: fix a few build issues (missing -lxinput, missing d3d9 source …
- 7:50 PM Changeset [1448] by
- build: allow to use OpenGL instead of Direct3D in Visual Studio by …
- 7:50 PM Changeset [1447] by
- neercs: create a skeleton for neercs.
- 8:47 AM Changeset [1446] by
- orbital: small tweaks.
Jun 7, 2012:
- 4:15 PM Changeset [1444] by
- orbital: start working on some kind of editor mode.
- 4:14 PM Changeset [1443] by
- gpu: silently ignore empty vertex and index buffers instead of …
- 3:14 PM Blog: Fuck you, Microsoft: reloading projects in Visual Studio comment added by
- I also hate the bazillion places you have to select "debug" I am …
- 1:38 PM Changeset [1442] by
- orbital: some improvements to the mesh parser and error reporting.
- 11:51 AM WikiStart edited by
- add Luc (diff)
- 11:31 AM WikiStart edited by
- add X360 and NaCl to the list of supported platforms (diff)
Jun 5, 2012:
- 8:15 PM Changeset [1441] by
- orbital: some tuning here and there.
- 8:15 PM Changeset [1440] by
- nacl: NaCl binaries no longer need a modified main() to work, the NaCl …
Jun 4, 2012:
- 7:18 PM Changeset [1439] by
- nacl: preliminary gamepad support in the NaCl backend.
- 7:18 PM Changeset [1438] by
- build: disable violent vector.h warnings when building for NaCl.
Jun 3, 2012:
- 3:58 PM Changeset [1437] by
- orbital: build the scanners and parsers with more recent flex/bison.
- 3:58 PM Changeset [1436] by
- build: if FlexLexer.h isn't found in the build environment, use the …
- 3:57 PM Changeset [1435] by
- nacl: remove our old hack of #including the file containing main() …
Jun 1, 2012:
- 7:42 PM Changeset [1434] by
- orbital: enhance the language with [] contexts.
May 31, 2012:
- 7:24 PM Changeset [1433] by
- orbital: use hexadecimal colour commands everywhere.
- 2:13 PM Changeset [1432] by
- orbital: fix a compilation error.
- 2:10 PM Changeset [1431] by
- orbital: add missing <stdint.h>.
- 2:04 PM Changeset [1430] by
- orbital: another bug in the hex colour parser; now also support …
- 1:33 PM Changeset [1429] by
- orbital: fix a bug in the hex color interpreter.
- 1:28 PM Changeset [1428] by
- orbital: allow hexadecimal colour values.
May 30, 2012:
- 7:59 PM Changeset [1427] by
- test: a better GLSL parser in the LolFx test parser.
- 7:59 PM Changeset [1426] by
- core: rename f64vec4 to dvec4 etc. for consistency with GLSL.
- 7:59 PM Changeset [1425] by
- orbital: make sure to include "config.h" in all compiled files.
- 3:08 PM Changeset [1424] by
- orbital: port the gun command compiler to our bison/flex system.
- 1:35 PM Changeset [1423] by
- orbital: fix copyright statements.
- 1:35 PM Changeset [1422] by
- orbital: fine tune the mesh compiler.
- 1:35 PM Changeset [1421] by
- build: get Orbital to build on Win32 again.
- 1:35 PM Changeset [1420] by
- build: define NOMINMAX unconditionally on Windows.
- 9:12 AM Changeset [1419] by
- orbital: a lot of scanner and parser refactoring to simplify the …
May 29, 2012:
- 8:38 PM Changeset [1418] by
- orbital: other parser tweak attempts.
- 8:37 PM Changeset [1417] by
- orbital: undo the gun command parser changes.
- 9:23 AM Changeset [1416] by
- orbital: parser for the gun commands... fails to link because of flex.
- 1:43 AM Changeset [1415] by
- orbital: use a flex/bison scanner/parser for mesh descriptions.
- 1:43 AM Changeset [1414] by
- orbital: fix a bug in the star mesh builder code.
May 27, 2012:
- 1:32 PM Blog: Beyond De Bruijn: fast binary logarithm of a 10-bit number comment added by
- @anonymous: Yes, you are right. I hope you will agree to the …
May 26, 2012:
- 5:30 AM Blog: Beyond De Bruijn: fast binary logarithm of a 10-bit number comment added by
- Not to spoil the fun, but bsr can do what you are doing much faster. …
May 25, 2012:
- 7:35 AM Blog: Better function approximations: Taylor vs. Remez comment added by
- Hi Sam, I will take the bait on "If you are approximating a function …
May 24, 2012:
- 7:00 PM Changeset [1413] by
- test: more grammar improvements.
- 9:16 AM Changeset [1412] by
- test: add most of the GLSL grammar.
May 23, 2012:
- 7:30 PM Changeset [1411] by
- test: add more GLSL and HLSL keywords to our grammar.
- 9:20 AM Changeset [1410] by
- test: some grammar tweaks.
- 1:48 AM Changeset [1409] by
- test: start working on a lexer/parser for LolFx using flex and bison.
May 22, 2012:
- 1:11 AM Changeset [1408] by
- win32: better error reporting in the GDI+ loader, based on a patch by …
May 21, 2012:
- 11:47 PM doc/useless-rants created by
- 11:39 PM doc edited by
- (diff)
- 11:25 PM Changeset [1407] by
- gpu: irrelevant tweaks to a test material file.
- 12:38 AM Changeset [1406] by
- gpu: start working on the LolFx format.
May 20, 2012:
- 2:30 PM Changeset [1405] by
- math: declare some HLSL-compliant types.
- 2:30 PM Changeset [1404] by
- orbital: fix uninitialised variables and allow to shoot with RCtrl.
- 2:30 PM Changeset [1403] by
- build: ensure .lolfx.cpp files get cleaned up.
- 2:30 PM Changeset [1402] by
- math: fix minor compiler warnings that appeared with g++ 4.7.
May 19, 2012:
- 2:42 AM Changeset [1401] by
- core: no longer deactivate std::ostream features on Android.
- 2:42 AM Changeset [1400] by
- android: use stlport on Android so we don't have to depend on a …
May 18, 2012:
May 17, 2012:
- 1:32 PM Changeset [1399] by
- input: fix brain fart in our SDL joystick input.
May 16, 2012:
- 2:54 PM Changeset [1398] by
- orbital: display lasers.
May 15, 2012:
- 11:06 PM Changeset [1397] by
- orbital: tweak enemy colours and restore smaller screen.
- 2:24 PM Changeset [1396] by
- orbital: start working on the gun system.
- 2:24 PM Changeset [1395] by
- test: add a few unit tests for datatype sanity.
- 2:24 PM Changeset [1394] by
- input: support up to 16 buttons in Xbox-like pads.
May 14, 2012:
- 10:21 PM Changeset [1393] by
- smallest update EVAR !
- 9:46 PM Changeset [1392] by
- misc: move more shaders to .lolfx files.
- 9:01 PM Changeset [1391] by
- orbital: fix off-by-one error in snake destruction.
- 2:14 PM Changeset [1390] by
- orbital: destroyed nodes flash when hit! except they're not hit yet.
- 2:14 PM Changeset [1389] by
- gpu: define the _XBOX macro in our HLSL compilation.
- 9:23 AM Changeset [1388] by
- build: more sane build options.
- 8:54 AM Changeset [1387] by
- orbital: fix a typo in the HLSL shader.
- 8:40 AM Changeset [1386] by
- orbital: use the new LolFx shader declaration.
- 8:40 AM Changeset [1385] by
- gpu: allow to load a .lolfx file instead of all those shaders.
- 1:48 AM Changeset [1384] by
- build: lolfx files are now properly linked into the static library …
- 12:54 AM Changeset [1383] by
- build: build .lolfx files from automake.
May 13, 2012:
- 11:38 PM Changeset [1382] by
- math: workaround for an apparent Visual Studio compiler bug in …
- 10:14 PM Changeset [1381] by
- core: some clang and g++ 4.7 compilation fixes.
- 10:11 PM Changeset [1380] by
- win32: add a custom build rule for '.lolfx' files. The files are …
May 12, 2012:
- 10:14 PM Changeset [1379] by
- Added Barycenter logic in camera && Snake position.
- 9:56 PM Changeset [1378] by
- Tweaked Player movement. Camera follows player : mostly debug.
- 8:12 PM Changeset [1377] by
- Tweaked options movement.
- 6:17 PM Changeset [1376] by
- Small WorldEntity tweaks.
- 5:55 PM Changeset [1375] by
- Added some convenient functions in camera.
- 2:59 PM dev edited by
- (diff)
- 2:16 PM Changeset [1372] by
- orbital: better snake initialisation.
- 2:01 PM Changeset [1371] by
- orbital: minor tweaks.
- 1:51 PM Changeset [1370] by
- orbital: the snake is now destructible.
- 1:51 PM Changeset [1369] by
- math: replace len(vec) with length(vec) to match the GLSL naming.
- 11:36 AM Changeset [1368] by
- orbital: more snakes, with tails!
- 12:44 AM Changeset [1367] by
- orbital: make the snake even more beautiful.
Note: See TracTimeline
for information about the timeline view.