Joachim Meyer 7e64dc2022 Started on updating SDLCore пре 10 година
..
PolyBasicFileProvider.h 9402fd310c Made file providers capable of accepting a source string, via the Core's addSource and removeSource methods, moved old addArchive method from resource manager and reimplemented it as a source for physfs file provider of type 'archive', made the basic file provider accept folders as a source of type 'folder' пре 10 година
PolyBezierCurve.h aadb69e87b Updated core sources for new folder structure пре 10 година
PolyBone.h aadb69e87b Updated core sources for new folder structure пре 10 година
PolyCamera.h a83c7fa5b9 Started restoring screen shader functionality in new renderer пре 10 година
PolyClient.h aadb69e87b Updated core sources for new folder structure пре 10 година
PolyCocoaCore.h 83d8862093 Update CocoaCore for latest Core specs, SoundManager will now explicitly write silence to buffer when there are no sounds to mix пре 10 година
PolyColor.h aadb69e87b Updated core sources for new folder structure пре 10 година
PolyConfig.h aadb69e87b Updated core sources for new folder structure пре 10 година
PolyCore.h 7e64dc2022 Started on updating SDLCore пре 10 година
PolyCoreFileProvider.h 6167d66863 Added Polycode IDE to the Mac Xcode workspace, added UI module to Xcode workspace, made both work with latest changes пре 10 година
PolyCoreInput.h d6852ba85c Fix Win32 buildfiles. пре 10 година
PolyCoreServices.h 049fcad267 Speed optimizations пре 10 година
PolyCubemap.h aadb69e87b Updated core sources for new folder structure пре 10 година
PolyData.h aadb69e87b Updated core sources for new folder structure пре 10 година
PolyEntity.h 8308964977 Fixed billboard entities, removed old billboard options, made icons in entity edtior in the IDE display in 2D instead of as billboards пре 10 година
PolyEvent.h aadb69e87b Updated core sources for new folder structure пре 10 година
PolyEventDispatcher.h aadb69e87b Updated core sources for new folder structure пре 10 година
PolyEventHandler.h aadb69e87b Updated core sources for new folder structure пре 10 година
PolyFont.h 21bff15725 More UWP stuff, removed debug dependencies пре 10 година
PolyFontGlyphSheet.h 21bff15725 More UWP stuff, removed debug dependencies пре 10 година
PolyFontManager.h 21bff15725 More UWP stuff, removed debug dependencies пре 10 година
PolyGPUDrawBuffer.h 56982ed0c1 Attrbutes now get bound in the renderer as needed, fixed empty lights not being sent properly to shaders пре 10 година
PolyGlobals.h 79ea449ace Started on some iOS stuff пре 10 година
PolyIOSCore.h 79ea449ace Started on some iOS stuff пре 10 година
PolyImage.h 11eeccbc96 Made BasicFileProvider first in line in CocoaCore, so it is preferred over the PhysFS provider, XML saving now done via CoreFile, restored PNG saving functionality via lodepng, added ES2 LightCube vertex shader пре 10 година
PolyInputEvent.h aadb69e87b Updated core sources for new folder structure пре 10 година
PolyInputKeys.h 97f5c36acd Removed CMake, created new folder structure for the repo пре 10 година
PolyLabel.h aadb69e87b Updated core sources for new folder structure пре 10 година
PolyLogger.h 1022e24fc7 Got rid of OpenAL, started replacing old audio code with an abstracted audio interface system, implemented a basic portaudio-based audio interface пре 10 година
PolyMaterial.h 847063c5d7 Attribute arrays are now kept track of in the ShaderPass, allowed for custom named attribute arrays in Mesh, restored skeletal animation support in SceneMesh пре 10 година
PolyMaterialManager.h aadb69e87b Updated core sources for new folder structure пре 10 година
PolyMatrix4.h aadb69e87b Updated core sources for new folder structure пре 10 година
PolyMesh.h bfabdb993e Mesh attributes now set automatically in shader based on their string name, added vertex color shader, removed useVertexColors option as they are now sent automatically if required, fixed color picker in UI пре 10 година
PolyObject.h 2fb37bfd6b Removed old file access wrappers, files are now accessed through the core via abstract file providers пре 10 година
PolyOpenGLGraphicsInterface.h 7e64dc2022 Started on updating SDLCore пре 10 година
PolyPAAudioInterface.h 1022e24fc7 Got rid of OpenAL, started replacing old audio code with an abstracted audio interface system, implemented a basic portaudio-based audio interface пре 10 година
PolyParticleEmitter.h aadb69e87b Updated core sources for new folder structure пре 10 година
PolyPeer.h aadb69e87b Updated core sources for new folder structure пре 10 година
PolyPerlin.h aadb69e87b Updated core sources for new folder structure пре 10 година
PolyPhysFSFileProvider.h 9402fd310c Made file providers capable of accepting a source string, via the Core's addSource and removeSource methods, moved old addArchive method from resource manager and reimplemented it as a source for physfs file provider of type 'archive', made the basic file provider accept folders as a source of type 'folder' пре 10 година
PolyQuaternion.h aadb69e87b Updated core sources for new folder structure пре 10 година
PolyQuaternionCurve.h aadb69e87b Updated core sources for new folder structure пре 10 година
PolyRPICore.h 28904ffe28 Started on a Raspberry Pi core пре 10 година
PolyRay.h aadb69e87b Updated core sources for new folder structure пре 10 година
PolyRectangle.h aadb69e87b Updated core sources for new folder structure пре 10 година
PolyRenderDataArray.h 847063c5d7 Attribute arrays are now kept track of in the ShaderPass, allowed for custom named attribute arrays in Mesh, restored skeletal animation support in SceneMesh пре 10 година
PolyRenderer.h 56982ed0c1 Attrbutes now get bound in the renderer as needed, fixed empty lights not being sent properly to shaders пре 10 година
PolyResource.h aadb69e87b Updated core sources for new folder structure пре 10 година
PolyResourceManager.h d7af3ddc81 Moved resource parsing to a dynamic ResourceLoader system. Added ability to provide custom resource loaders. Removed old addDirResource method, now resources are parsed using loadResourcesFromFolder method of ResourcePool пре 10 година
PolySDLCore.h 7e64dc2022 Started on updating SDLCore пре 10 година
PolyScene.h 79ea449ace Started on some iOS stuff пре 10 година
PolySceneEntityInstance.h aadb69e87b Updated core sources for new folder structure пре 10 година
PolySceneImage.h aadb69e87b Updated core sources for new folder structure пре 10 година
PolySceneLabel.h aadb69e87b Updated core sources for new folder structure пре 10 година
PolySceneLight.h 86644f70b0 Restored shadow mapping functionality in new renderer пре 10 година
PolySceneLine.h aadb69e87b Updated core sources for new folder structure пре 10 година
PolySceneManager.h aadb69e87b Updated core sources for new folder structure пре 10 година
PolySceneMesh.h 847063c5d7 Attribute arrays are now kept track of in the ShaderPass, allowed for custom named attribute arrays in Mesh, restored skeletal animation support in SceneMesh пре 10 година
PolyScenePrimitive.h aadb69e87b Updated core sources for new folder structure пре 10 година
PolySceneRenderTexture.h b6a7092fbc Added render buffers as separate class, fixed depth not working in render textures пре 10 година
PolySceneSound.h aadb69e87b Updated core sources for new folder structure пре 10 година
PolySceneSprite.h aadb69e87b Updated core sources for new folder structure пре 10 година
PolyServer.h aadb69e87b Updated core sources for new folder structure пре 10 година
PolyServerWorld.h aadb69e87b Updated core sources for new folder structure пре 10 година
PolyShader.h a83c7fa5b9 Started restoring screen shader functionality in new renderer пре 10 година
PolySkeleton.h aadb69e87b Updated core sources for new folder structure пре 10 година
PolySocket.h 79ea449ace Started on some iOS stuff пре 10 година
PolySound.h 1e94dd59b1 Fix for playing sounds of frequency different from the Polycode internal audio engine frequency пре 10 година
PolySoundManager.h 1601b2870c Fixed XAudio2 audio interface for UWP, moved lock and unlock into the CoreMutex class for convenience пре 10 година
PolyString.h aadb69e87b Updated core sources for new folder structure пре 10 година
PolyTexture.h baf02aedd2 Fixed spotlights in new renderer пре 10 година
PolyThreaded.h aadb69e87b Updated core sources for new folder structure пре 10 година
PolyTimer.h aadb69e87b Updated core sources for new folder structure пре 10 година
PolyTimerManager.h aadb69e87b Updated core sources for new folder structure пре 10 година
PolyTween.h aadb69e87b Updated core sources for new folder structure пре 10 година
PolyTweenManager.h aadb69e87b Updated core sources for new folder structure пре 10 година
PolyUWPCore.h d6852ba85c Fix Win32 buildfiles. пре 10 година
PolyVector2.h aadb69e87b Updated core sources for new folder structure пре 10 година
PolyVector3.h 21bff15725 More UWP stuff, removed debug dependencies пре 10 година
PolyVector4.h aadb69e87b Updated core sources for new folder structure пре 10 година
PolyWinCore.h 4c2c6a4b16 Started setting up win32 project for new branch пре 10 година
PolyXAudio2AudioInterface.h 1601b2870c Fixed XAudio2 audio interface for UWP, moved lock and unlock into the CoreMutex class for convenience пре 10 година