Revision 56

Physics:

- Added basic notions of torque and moments to the physics system as well as the particle implementation.

Wii:

- Added a switch to the App class which shows the console in the Wii: set App.wiiShowConsole to true.

Windows:

- the DevC++ project file has been dropped, since DevC++ hasn't been updated in 4 years.

- Now MotorJ can be compiled on Windows using CodeBlocks! Download CodeBlocks, grab the SDL package from

http://motorj.mexinetica.com/downloads/sdl/sdl_win.zip

and start compiling!

GNU/Linux compilation from the CodeBlocks project file has been added too, which means Windows compilation will stop lagging behind from now on.

Etc:

- glContexts has been moved out of the way into the “experiments” branch, so it should not bother people ever again until it's ready, if ever.

- As a side note, for those wanting to compile SDL using CodeBlocks, a slight correction to the wizard is available here:

http://motorj.mexinetica.com/downloads/sdl/codeblocks_sdl_wizard_correction.zip . We will get in touch with the CodeBlocks people to try to get the correction into the official CodeBlocks packages.

Comments