| .. |
|
console.cs
|
a20f2864a1
- First push of Torque 2D 2.0 (MIT)
|
13 年之前 |
|
customToolboxGui.cs
|
a20f2864a1
- First push of Torque 2D 2.0 (MIT)
|
13 年之前 |
|
manipulation.cs
|
703d82841d
- Fixed console warnings raised when receiving Sandbox manipulation events occur in an unexpected order (this can happen but we don't need to see it spamming the console).
|
12 年之前 |
|
sandboxPreferences.cs
|
e5ca28f3ba
- Added a new module named "AppCore". This is the new entry module that gets loaded at the start, instead of Sandbox. This module contains the bare minimum required to run Torque 2D and present a blank window. Once it is loaded, it will load a module group named "gameBase".
|
13 年之前 |
|
scene.cs
|
8702dc61e0
- Modified toy behaviors to use "onCollision" rather than "handlesCollision" which is jusy confusing and inconsistent.
|
13 年之前 |
|
toolbox.cs
|
42ad3aa9e9
- Added a toy category to the Sandbox of "Experiments".
|
12 年之前 |
|
toys.cs
|
3c0acabd9b
- Sandbox toys are now automatically added as an input listener on the SandboxWindow object therefore they receive direct input events without the need to use the messy "package" stuff.
|
12 年之前 |