18 Commits (ff7904d96c6c2d84d2e50efa476fc9c7ebb6ef9b)

Author SHA1 Message Date
  Sam Hocevar 6e282a674a base: remove some sprintf() calls in profit of string ops. 12 years ago
  Sam Hocevar 39a8c26fb5 base: start removing occurrences of NULL on our long journey to nullptr. 12 years ago
  jeunathe 3e4469007a added GetPos method to get text position 12 years ago
  Benjamin ‘Touky’ Huet c7219ff1dd New year copyright update. 12 years ago
  Sam Hocevar d6634da83f build: fix the WTFPL site URL in all code comments. 12 years ago
  Sam Hocevar 90bfc79b22 core: tick methods now use seconds, like any sane system. 12 years ago
  Sam Hocevar b2d73f6310 core: prefix Entity members with m_ to avoid accidental shadowing. 13 years ago
  Sam Hocevar 01ebcec3b8 core: split vector operations into linear and non-linear so that we can 13 years ago
  Sam Hocevar 2b9d64f7a8 core: more vec?i -> ?veci renames. 13 years ago
  Sam Hocevar 3d4af0869a ps3: start a minimal PS3 port using PSGL, but not CG yet. 13 years ago
  Sam Hocevar 8848cf53db Put everything in the "lol" namespace. Better late than never. 14 years ago
  Sam Hocevar 6405ef32ea Get rid of float3, float4, int3 etc. in favour of GLSL types. 14 years ago
  Sam Hocevar 50ed9ffecc Test entity alignment features. Also, start working on the mouse tracking. 14 years ago
  Sam Hocevar 8df4d092a5 Implement Text::SetInt(). 14 years ago
  Sam Hocevar e9e1390454 Display mashed monsterz statistics, up to 12 icons. 14 years ago
  Sam Hocevar 1dbd80b2a0 Text objects don't do bold by default. The fonts themselves should be bold. 14 years ago
  Sam Hocevar f76b95f200 Rename Float3 to float3, Int3 to int3 etc. and add the 4-member versions. 14 years ago
  Sam Hocevar c43194554f Add a Text object for OSD and possibly other effects. 14 years ago