33 Commits (709f8d63f1ea8f3842c761dd2c896fbf3707ecf5)

Autor SHA1 Nachricht Datum
  Sam Hocevar 6dd7a0cb39 Another lowercase switching frenzy, because why not. vor 7 Jahren
  Sam Hocevar 50e494803d Replace array::empty() with array::clear(). vor 7 Jahren
  Sam Hocevar 144cb0df31 sys: get rid of pthreads. vor 11 Jahren
  Sam Hocevar 03c17fcae4 base: clean up and refactor containers. vor 11 Jahren
  Benjamin ‘Touky’ Huet a7d6e0190e Scene stuff is back to non-static logic with a few tricks vor 11 Jahren
  Benjamin ‘Touky’ Huet 71ee91fcb1 MultiplMultiScene: Phase 2: No more g_scene access and multiple scene calls support vor 11 Jahren
  Sam Hocevar a07844682e build: remove dead PS3 code. vor 11 Jahren
  Sam Hocevar 8657a3adfa sys: use std::bind for thread workers to avoid ugly casts. vor 11 Jahren
  Sam Hocevar d373081b80 build: use #pragma once instead of header guards because 1) fuck the dinosaurs, vor 11 Jahren
  Sam Hocevar cd988786b9 build: reorganise includes so that we can use precompiled headers later. vor 11 Jahren
  Sam Hocevar fe665f85b4 base: strip core.h from its contents and put it in public/private headers. vor 11 Jahren
  Sam Hocevar 3862ad59dc base: going on a lowercase rampage; today’s victim: Array. vor 11 Jahren
  Benjamin ‘Touky’ Huet e04367b138 mouse input fix vor 12 Jahren
  Benjamin ‘Touky’ Huet 70395b5da2 Mouse support is now OK in NaCl vor 12 Jahren
  Benjamin ‘Touky’ Huet 056df1d9a0 NaCl build FIX vor 12 Jahren
  Benjamin ‘Touky’ Huet 3337671dfa NaCl : First pass on input re-implementation vor 12 Jahren
  Benjamin ‘Touky’ Huet 17109e369f MessageService : Safe Enum added to ensure good usage. vor 12 Jahren
  Benjamin ‘Touky’ Huet 2e3c5e6e94 build FIX vor 12 Jahren
  Benjamin ‘Touky’ Huet b0181eafd2 nacl-instance : ::HandleMessage now does a MessageService::Send() vor 12 Jahren
  Benjamin ‘Touky’ Huet 2c36522ece nacl : CODE FAIL. today is not the day. vor 12 Jahren
  Benjamin ‘Touky’ Huet 0c750b9fcd nacl : deactivated input to get build back. vor 12 Jahren
  Sam Hocevar 39a8c26fb5 base: start removing occurrences of NULL on our long journey to nullptr. vor 13 Jahren
  Sam Hocevar f44e3e323b core: you can now while(app.MustTick()) { Tick(); } instead of app.Run(). vor 13 Jahren
  Sam Hocevar d6634da83f build: fix the WTFPL site URL in all code comments. vor 13 Jahren
  Sam Hocevar bd649af62d nacl: NaCl binaries no longer need a modified main() to work, the NaCl vor 14 Jahren
  Sam Hocevar 32f232e112 nacl: preliminary gamepad support in the NaCl backend. vor 14 Jahren
  Sam Hocevar b83a7eccca nacl: remove our old hack of #including the file containing main() from vor 14 Jahren
  Sam Hocevar 0a52e68f6f math: rename matrix.h to vector.h and simplify some stuff, especially in vor 14 Jahren
  Sam Hocevar 48bf48a4e4 math: move the Remez algorithm implementation to the core. vor 14 Jahren
  Sam Hocevar 0161879a84 core: try to merge Ticker and Emcee. Still not very good. vor 14 Jahren
  Sam Hocevar e5df84100b nacl: quick and dirty mouse support. vor 14 Jahren
  Sam Hocevar 6743bb45cd nacl: the Mandelbrot zoomer is starting to work on NaCl. vor 14 Jahren
  Sam Hocevar 2edb8115e6 core: port all code to NativeClient. Nothing runs for now, but it builds. vor 14 Jahren