Jump to content

Toaster

Members
  • Posts

    5
  • Joined

  • Last visited

Everything posted by Toaster

  1. Depends a lot on what the code for the old projects is like. Usually parsing other people's code is a headache in itself.
  2. I've noticed the same thing (running on Ubuntu 14.04 64bit & CB 13.12). It doesn't use the Leadwerks namespace even in the default App.cpp file but I have to refer to all that stuff with Leadwerks::Time::Update(), Leadwerks::Window and so on. I don't have any spaces in any of the paths, either. Could the .cbp file have the <Add library="pthread" /> and <Add library="X11" /> lines added to it by default?
  3. I got the collision working by fooling around a bit. Removed my question from this post until I get stuck somewhere else later.
  4. I'd also like to see some documentation on the collision stuff. All this sneaking around, trying to piece together a picture of how things work by looking at code snippets, reading various forum posts, searching around with Google... It could all be avoided if there was some sort of documentation about how the engine works. I see someone did a series of tutorials in Youtube for Leadwerks (sadly no episode for collision other than the raycasting basics), the engine would be practically unusable without them. I wish there was a way to see a list of every available function in LE 3.1 and all the parameters, return values, and their types. (Well, I guess the Command Reference works for that, and it has been the best source of information so far).
  5. I have the same error in Ubuntu 14.04 64bit. Just did a fresh install of Code::Blocks from the Software Center too. Same fix works though, thanks for that.
×
×
  • Create New...