31 Revīzijas (6a9168e47c880e152febe008ce189d233e148274)

Autors SHA1 Ziņojums Datums
  Dan Skorupski 6653c3845c Fix landblock loading at edges of map. 10 gadi atpakaļ
  Dan Skorupski ef390eaaf2 Add UNUSED macro, NDEBUG to release build. 10 gadi atpakaļ
  Dan Skorupski d9d9be6eea Move resources into resource folder. 10 gadi atpakaļ
  Dan Skorupski f6a8a9ff82 Avoid placing static objects on roads. 10 gadi atpakaļ
  Dan Skorupski 64cf111b1e Hide Land::Data, add accessors. 10 gadi atpakaļ
  Dan Skorupski b8e5fd1032 Cull scene objects by slope. 10 gadi atpakaļ
  Dan Skorupski 7339c7c290 Use Land_Height_Table. 10 gadi atpakaļ
  Dan Skorupski 5941205e42 Check displace_x and displace_y like done in canonical client. 10 gadi atpakaļ
  Dan Skorupski b6eb95ed33 Allow calcHeight to calculate slope. 10 gadi atpakaļ
  Dan Skorupski f5087340ed Various tweaks, update TODO.md. 10 gadi atpakaļ
  Dan Skorupski f9187bb70e Don't crash on empty scenes. 10 gadi atpakaļ
  Dan Skorupski dc760b3829 More unique prefix for AC struct names. 10 gadi atpakaļ
  Dan Skorupski d960288935 Change *::read(BinReader&) to read(BinReader&, *). 10 gadi atpakaļ
  Dan Skorupski a4875a0392 Normalize loop variables. 10 gadi atpakaļ
  Dan Skorupski 0581d30401 Rename Doodad to StaticObject. 10 gadi atpakaļ
  Dan Skorupski 82caf043e3 Reduce matrix multiplications. 10 gadi atpakaļ
  Dan Skorupski a269736c22 Support object rotation. 10 gadi atpakaļ
  Dan Skorupski 0132c053c6 Support object scaling. 10 gadi atpakaļ
  Dan Skorupski 3607c09558 Initial bits of scene rendering. 10 gadi atpakaļ
  Dan Skorupski 13a06f539a Add PRNG.h and PRNG.cpp. 10 gadi atpakaļ
  Dan Skorupski 4f5cd55911 Various notes from research. 10 gadi atpakaļ
  Dan Skorupski 7cf74e1e16 Normalize exception message casing. 10 gadi atpakaļ
  Dan Skorupski 0f5cb17440 Replace BinReader::read<T> with read* methods. 10 gadi atpakaļ
  Dan Skorupski 826c35a948 Use brace-init where applicable. 10 gadi atpakaļ
  Dan Skorupski 30c386f1b5 Use reserve/emplace_back as a pattern over resize/read. 10 gadi atpakaļ
  Dan Skorupski e9a4988a39 Use k to prefix constants. 10 gadi atpakaļ
  Dan Skorupski 939cec5400 Converting C-style and function-style casts to static_cast and reinterpret_cast. 10 gadi atpakaļ
  Dan Skorupski 403cbb7d60 Banish many uses of auto. 10 gadi atpakaļ
  Dan Skorupski a62ec37d6c Postfix underscore on member variables. 10 gadi atpakaļ
  Dan Skorupski b8a57c545c Various changes. 10 gadi atpakaļ
  Dan Skorupski 9326edc1b6 Consolidate Structure and Land under Landcell and have LandcellManager manage Landcells. 10 gadi atpakaļ