| .. |
|
PolyAAssetFileProvider.h
|
ae34bca779
Add PolycodeUI, Polycode2DPhysics (including Box2D), experimental OnScreenKeyboard.
|
il y a 9 ans |
|
PolyAndroidCore.h
|
cf849978bd
Android now uses TextInput Events.
|
il y a 9 ans |
|
PolyBasicFileProvider.h
|
f80bb40afd
Converted all space indentation to tabs.
|
il y a 9 ans |
|
PolyBezierCurve.h
|
f80bb40afd
Converted all space indentation to tabs.
|
il y a 9 ans |
|
PolyBone.h
|
3891dfc58f
Restored skeletal animation functionality, removed CPU-based skinning, added sameple GPU-skinning material, fixed potential Texture binding crash in renderer, defaulted texture filtering mode to linear
|
il y a 9 ans |
|
PolyCamera.h
|
4671d4143f
Removed CoreServices from the codebase. Removed Timer and TimerManager, removed Tween and TweenManager, made entity Update function take elapsed time, made SceneLabels force material in constructor, UI components now require an explicit resource pool pointer and core passed in constructor. Probably broke a lot of stuff :)
|
il y a 9 ans |
|
PolyClient.h
|
4671d4143f
Removed CoreServices from the codebase. Removed Timer and TimerManager, removed Tween and TweenManager, made entity Update function take elapsed time, made SceneLabels force material in constructor, UI components now require an explicit resource pool pointer and core passed in constructor. Probably broke a lot of stuff :)
|
il y a 9 ans |
|
PolyCocoaCore.h
|
4671d4143f
Removed CoreServices from the codebase. Removed Timer and TimerManager, removed Tween and TweenManager, made entity Update function take elapsed time, made SceneLabels force material in constructor, UI components now require an explicit resource pool pointer and core passed in constructor. Probably broke a lot of stuff :)
|
il y a 9 ans |
|
PolyColor.h
|
f80bb40afd
Converted all space indentation to tabs.
|
il y a 9 ans |
|
PolyConfig.h
|
4992d52d5e
Windows fixes for latest code
|
il y a 9 ans |
|
PolyCore.h
|
4671d4143f
Removed CoreServices from the codebase. Removed Timer and TimerManager, removed Tween and TweenManager, made entity Update function take elapsed time, made SceneLabels force material in constructor, UI components now require an explicit resource pool pointer and core passed in constructor. Probably broke a lot of stuff :)
|
il y a 9 ans |
|
PolyCoreFileProvider.h
|
f80bb40afd
Converted all space indentation to tabs.
|
il y a 9 ans |
|
PolyCoreInput.h
|
4671d4143f
Removed CoreServices from the codebase. Removed Timer and TimerManager, removed Tween and TweenManager, made entity Update function take elapsed time, made SceneLabels force material in constructor, UI components now require an explicit resource pool pointer and core passed in constructor. Probably broke a lot of stuff :)
|
il y a 9 ans |
|
PolyCubemap.h
|
57cb01d606
Fix building with shared_ptr on Windows. Also updating project files to last changes.
|
il y a 9 ans |
|
PolyData.h
|
4671d4143f
Removed CoreServices from the codebase. Removed Timer and TimerManager, removed Tween and TweenManager, made entity Update function take elapsed time, made SceneLabels force material in constructor, UI components now require an explicit resource pool pointer and core passed in constructor. Probably broke a lot of stuff :)
|
il y a 9 ans |
|
PolyEmscriptenCore.h
|
895843d022
Ported EmscriptenCore over to SDL2
|
il y a 9 ans |
|
PolyEntity.h
|
fee8794a2d
Fixed lights, lights are now sent to the draw buffer via their Render method and do not require to be added to the Scene as addLight, which has now been removed. Fixed shadowmap rendering. Added castsShadows flag to entities. Fixed entity editor gizmos not rendering. Fixed SceneCurves not rendering.
|
il y a 9 ans |
|
PolyEvent.h
|
4671d4143f
Removed CoreServices from the codebase. Removed Timer and TimerManager, removed Tween and TweenManager, made entity Update function take elapsed time, made SceneLabels force material in constructor, UI components now require an explicit resource pool pointer and core passed in constructor. Probably broke a lot of stuff :)
|
il y a 9 ans |
|
PolyEventDispatcher.h
|
f80bb40afd
Converted all space indentation to tabs.
|
il y a 9 ans |
|
PolyEventHandler.h
|
aadb69e87b
Updated core sources for new folder structure
|
il y a 10 ans |
|
PolyFont.h
|
4671d4143f
Removed CoreServices from the codebase. Removed Timer and TimerManager, removed Tween and TweenManager, made entity Update function take elapsed time, made SceneLabels force material in constructor, UI components now require an explicit resource pool pointer and core passed in constructor. Probably broke a lot of stuff :)
|
il y a 9 ans |
|
PolyGPUDrawBuffer.h
|
fee8794a2d
Fixed lights, lights are now sent to the draw buffer via their Render method and do not require to be added to the Scene as addLight, which has now been removed. Fixed shadowmap rendering. Added castsShadows flag to entities. Fixed entity editor gizmos not rendering. Fixed SceneCurves not rendering.
|
il y a 9 ans |
|
PolyGlobals.h
|
4671d4143f
Removed CoreServices from the codebase. Removed Timer and TimerManager, removed Tween and TweenManager, made entity Update function take elapsed time, made SceneLabels force material in constructor, UI components now require an explicit resource pool pointer and core passed in constructor. Probably broke a lot of stuff :)
|
il y a 9 ans |
|
PolyIOSCore.h
|
f80bb40afd
Converted all space indentation to tabs.
|
il y a 9 ans |
|
PolyImage.h
|
4671d4143f
Removed CoreServices from the codebase. Removed Timer and TimerManager, removed Tween and TweenManager, made entity Update function take elapsed time, made SceneLabels force material in constructor, UI components now require an explicit resource pool pointer and core passed in constructor. Probably broke a lot of stuff :)
|
il y a 9 ans |
|
PolyInputEvent.h
|
a700c59140
Add a new InputEvent type: TextInput. This now is used for any text input - the character for keypress events is removed!
|
il y a 9 ans |
|
PolyInputKeys.h
|
aec4c8ece2
Add keymap to SDLCore to fit SDL2 scancodes.
|
il y a 9 ans |
|
PolyLabel.h
|
b0851c5e0d
Removed MaterialManager, made all material/shader and program management happen in ResourcePools, removed FontGlyphSheet and SceneImage classes from the codebase. Made all internal resources management and interaction use shared_ptr, renderer resources (shaders, programs, buffers, etc.) now created by the renderer only when used for the first time and deleted automatically in destructor.
|
il y a 9 ans |
|
PolyLogger.h
|
f80bb40afd
Converted all space indentation to tabs.
|
il y a 9 ans |
|
PolyMaterial.h
|
5ef4358101
Added some convenience methods for manual material creation
|
il y a 9 ans |
|
PolyMatrix4.h
|
f80bb40afd
Converted all space indentation to tabs.
|
il y a 9 ans |
|
PolyMesh.h
|
4671d4143f
Removed CoreServices from the codebase. Removed Timer and TimerManager, removed Tween and TweenManager, made entity Update function take elapsed time, made SceneLabels force material in constructor, UI components now require an explicit resource pool pointer and core passed in constructor. Probably broke a lot of stuff :)
|
il y a 9 ans |
|
PolyObject.h
|
4671d4143f
Removed CoreServices from the codebase. Removed Timer and TimerManager, removed Tween and TweenManager, made entity Update function take elapsed time, made SceneLabels force material in constructor, UI components now require an explicit resource pool pointer and core passed in constructor. Probably broke a lot of stuff :)
|
il y a 9 ans |
|
PolyOpenGLGraphicsInterface.h
|
4671d4143f
Removed CoreServices from the codebase. Removed Timer and TimerManager, removed Tween and TweenManager, made entity Update function take elapsed time, made SceneLabels force material in constructor, UI components now require an explicit resource pool pointer and core passed in constructor. Probably broke a lot of stuff :)
|
il y a 9 ans |
|
PolyOpenSLAudioInterface.h
|
ae34bca779
Add PolycodeUI, Polycode2DPhysics (including Box2D), experimental OnScreenKeyboard.
|
il y a 9 ans |
|
PolyPAAudioInterface.h
|
f80bb40afd
Converted all space indentation to tabs.
|
il y a 9 ans |
|
PolyParticleEmitter.h
|
4671d4143f
Removed CoreServices from the codebase. Removed Timer and TimerManager, removed Tween and TweenManager, made entity Update function take elapsed time, made SceneLabels force material in constructor, UI components now require an explicit resource pool pointer and core passed in constructor. Probably broke a lot of stuff :)
|
il y a 9 ans |
|
PolyPeer.h
|
4671d4143f
Removed CoreServices from the codebase. Removed Timer and TimerManager, removed Tween and TweenManager, made entity Update function take elapsed time, made SceneLabels force material in constructor, UI components now require an explicit resource pool pointer and core passed in constructor. Probably broke a lot of stuff :)
|
il y a 9 ans |
|
PolyPerlin.h
|
f80bb40afd
Converted all space indentation to tabs.
|
il y a 9 ans |
|
PolyPhysFSFileProvider.h
|
f80bb40afd
Converted all space indentation to tabs.
|
il y a 9 ans |
|
PolyQuaternion.h
|
f80bb40afd
Converted all space indentation to tabs.
|
il y a 9 ans |
|
PolyQuaternionCurve.h
|
f80bb40afd
Converted all space indentation to tabs.
|
il y a 9 ans |
|
PolyRPICore.h
|
28904ffe28
Started on a Raspberry Pi core
|
il y a 10 ans |
|
PolyRay.h
|
09627a33a1
Updated windows projects
|
il y a 9 ans |
|
PolyRectangle.h
|
aadb69e87b
Updated core sources for new folder structure
|
il y a 10 ans |
|
PolyRenderDataArray.h
|
4671d4143f
Removed CoreServices from the codebase. Removed Timer and TimerManager, removed Tween and TweenManager, made entity Update function take elapsed time, made SceneLabels force material in constructor, UI components now require an explicit resource pool pointer and core passed in constructor. Probably broke a lot of stuff :)
|
il y a 9 ans |
|
PolyRenderer.h
|
670e1d11ad
Added experimental OpenVR module
|
il y a 9 ans |
|
PolyRendererPlatformData.h
|
4671d4143f
Removed CoreServices from the codebase. Removed Timer and TimerManager, removed Tween and TweenManager, made entity Update function take elapsed time, made SceneLabels force material in constructor, UI components now require an explicit resource pool pointer and core passed in constructor. Probably broke a lot of stuff :)
|
il y a 9 ans |
|
PolyResource.h
|
4671d4143f
Removed CoreServices from the codebase. Removed Timer and TimerManager, removed Tween and TweenManager, made entity Update function take elapsed time, made SceneLabels force material in constructor, UI components now require an explicit resource pool pointer and core passed in constructor. Probably broke a lot of stuff :)
|
il y a 9 ans |
|
PolyResourceManager.h
|
4671d4143f
Removed CoreServices from the codebase. Removed Timer and TimerManager, removed Tween and TweenManager, made entity Update function take elapsed time, made SceneLabels force material in constructor, UI components now require an explicit resource pool pointer and core passed in constructor. Probably broke a lot of stuff :)
|
il y a 9 ans |
|
PolySDLAudioInterface.h
|
4c2c3b91bf
Implemented SDL_Audio as an AudioInterface
|
il y a 9 ans |
|
PolySDLCore.h
|
aec4c8ece2
Add keymap to SDLCore to fit SDL2 scancodes.
|
il y a 9 ans |
|
PolyScene.h
|
fee8794a2d
Fixed lights, lights are now sent to the draw buffer via their Render method and do not require to be added to the Scene as addLight, which has now been removed. Fixed shadowmap rendering. Added castsShadows flag to entities. Fixed entity editor gizmos not rendering. Fixed SceneCurves not rendering.
|
il y a 9 ans |
|
PolySceneEntityInstance.h
|
4671d4143f
Removed CoreServices from the codebase. Removed Timer and TimerManager, removed Tween and TweenManager, made entity Update function take elapsed time, made SceneLabels force material in constructor, UI components now require an explicit resource pool pointer and core passed in constructor. Probably broke a lot of stuff :)
|
il y a 9 ans |
|
PolySceneLabel.h
|
4671d4143f
Removed CoreServices from the codebase. Removed Timer and TimerManager, removed Tween and TweenManager, made entity Update function take elapsed time, made SceneLabels force material in constructor, UI components now require an explicit resource pool pointer and core passed in constructor. Probably broke a lot of stuff :)
|
il y a 9 ans |
|
PolySceneLight.h
|
fee8794a2d
Fixed lights, lights are now sent to the draw buffer via their Render method and do not require to be added to the Scene as addLight, which has now been removed. Fixed shadowmap rendering. Added castsShadows flag to entities. Fixed entity editor gizmos not rendering. Fixed SceneCurves not rendering.
|
il y a 9 ans |
|
PolySceneLine.h
|
fee8794a2d
Fixed lights, lights are now sent to the draw buffer via their Render method and do not require to be added to the Scene as addLight, which has now been removed. Fixed shadowmap rendering. Added castsShadows flag to entities. Fixed entity editor gizmos not rendering. Fixed SceneCurves not rendering.
|
il y a 9 ans |
|
PolySceneMesh.h
|
65c81b8d7d
Removed alphaTest from rendering options, added alphatest shaders
|
il y a 9 ans |
|
PolyScenePrimitive.h
|
f80bb40afd
Converted all space indentation to tabs.
|
il y a 9 ans |
|
PolySceneRenderTexture.h
|
4671d4143f
Removed CoreServices from the codebase. Removed Timer and TimerManager, removed Tween and TweenManager, made entity Update function take elapsed time, made SceneLabels force material in constructor, UI components now require an explicit resource pool pointer and core passed in constructor. Probably broke a lot of stuff :)
|
il y a 9 ans |
|
PolySceneSound.h
|
4671d4143f
Removed CoreServices from the codebase. Removed Timer and TimerManager, removed Tween and TweenManager, made entity Update function take elapsed time, made SceneLabels force material in constructor, UI components now require an explicit resource pool pointer and core passed in constructor. Probably broke a lot of stuff :)
|
il y a 9 ans |
|
PolySceneSprite.h
|
4671d4143f
Removed CoreServices from the codebase. Removed Timer and TimerManager, removed Tween and TweenManager, made entity Update function take elapsed time, made SceneLabels force material in constructor, UI components now require an explicit resource pool pointer and core passed in constructor. Probably broke a lot of stuff :)
|
il y a 9 ans |
|
PolyScript.h
|
f80bb40afd
Converted all space indentation to tabs.
|
il y a 9 ans |
|
PolyServer.h
|
4671d4143f
Removed CoreServices from the codebase. Removed Timer and TimerManager, removed Tween and TweenManager, made entity Update function take elapsed time, made SceneLabels force material in constructor, UI components now require an explicit resource pool pointer and core passed in constructor. Probably broke a lot of stuff :)
|
il y a 9 ans |
|
PolyServerWorld.h
|
aadb69e87b
Updated core sources for new folder structure
|
il y a 10 ans |
|
PolyShader.h
|
fee8794a2d
Fixed lights, lights are now sent to the draw buffer via their Render method and do not require to be added to the Scene as addLight, which has now been removed. Fixed shadowmap rendering. Added castsShadows flag to entities. Fixed entity editor gizmos not rendering. Fixed SceneCurves not rendering.
|
il y a 9 ans |
|
PolySkeleton.h
|
4671d4143f
Removed CoreServices from the codebase. Removed Timer and TimerManager, removed Tween and TweenManager, made entity Update function take elapsed time, made SceneLabels force material in constructor, UI components now require an explicit resource pool pointer and core passed in constructor. Probably broke a lot of stuff :)
|
il y a 9 ans |
|
PolySocket.h
|
4671d4143f
Removed CoreServices from the codebase. Removed Timer and TimerManager, removed Tween and TweenManager, made entity Update function take elapsed time, made SceneLabels force material in constructor, UI components now require an explicit resource pool pointer and core passed in constructor. Probably broke a lot of stuff :)
|
il y a 9 ans |
|
PolySound.h
|
4671d4143f
Removed CoreServices from the codebase. Removed Timer and TimerManager, removed Tween and TweenManager, made entity Update function take elapsed time, made SceneLabels force material in constructor, UI components now require an explicit resource pool pointer and core passed in constructor. Probably broke a lot of stuff :)
|
il y a 9 ans |
|
PolySoundManager.h
|
4671d4143f
Removed CoreServices from the codebase. Removed Timer and TimerManager, removed Tween and TweenManager, made entity Update function take elapsed time, made SceneLabels force material in constructor, UI components now require an explicit resource pool pointer and core passed in constructor. Probably broke a lot of stuff :)
|
il y a 9 ans |
|
PolyString.h
|
a700c59140
Add a new InputEvent type: TextInput. This now is used for any text input - the character for keypress events is removed!
|
il y a 9 ans |
|
PolyTexture.h
|
4671d4143f
Removed CoreServices from the codebase. Removed Timer and TimerManager, removed Tween and TweenManager, made entity Update function take elapsed time, made SceneLabels force material in constructor, UI components now require an explicit resource pool pointer and core passed in constructor. Probably broke a lot of stuff :)
|
il y a 9 ans |
|
PolyThreaded.h
|
4671d4143f
Removed CoreServices from the codebase. Removed Timer and TimerManager, removed Tween and TweenManager, made entity Update function take elapsed time, made SceneLabels force material in constructor, UI components now require an explicit resource pool pointer and core passed in constructor. Probably broke a lot of stuff :)
|
il y a 9 ans |
|
PolyUWPCore.h
|
4992d52d5e
Windows fixes for latest code
|
il y a 9 ans |
|
PolyVector2.h
|
f80bb40afd
Converted all space indentation to tabs.
|
il y a 9 ans |
|
PolyVector3.h
|
f80bb40afd
Converted all space indentation to tabs.
|
il y a 9 ans |
|
PolyVector4.h
|
f80bb40afd
Converted all space indentation to tabs.
|
il y a 9 ans |
|
PolyWinCore.h
|
4992d52d5e
Windows fixes for latest code
|
il y a 9 ans |
|
PolyXAudio2AudioInterface.h
|
4992d52d5e
Windows fixes for latest code
|
il y a 9 ans |