sdk
7 years agoecere/gui/Window: Prevent uninitialized values if base Window methods not overridden... master
Jerome St-Louis [Mon, 30 Jan 2017 04:23:48 +0000 (23:23 -0500)]
ecere/gui/Window: Prevent uninitialized values if base Window methods not overridden by skin
- This was causing very bad behaviors (system lockups on Windows) for a user trying to implement a skin

7 years agoecere/ECON: Fixed ECON parser expecting members in specific order
Jerome St-Louis [Mon, 21 Nov 2016 14:16:49 +0000 (09:16 -0500)]
ecere/ECON: Fixed ECON parser expecting members in specific order

7 years agoecere/com/Map: Fixed unserializing Maps with struct Key/Value
Jerome St-Louis [Wed, 2 Nov 2016 16:18:49 +0000 (12:18 -0400)]
ecere/com/Map: Fixed unserializing Maps with struct Key/Value

7 years agoecere/sys/JSON: Adding a new line after <br>
Jerome St-Louis [Sat, 22 Oct 2016 18:41:16 +0000 (14:41 -0400)]
ecere/sys/JSON: Adding a new line after <br>
- Avoiding unwanted differences in docs from how they were imported

7 years agocompiler/libec/pass15: Fixed broken watches on Array::array
Jerome St-Louis [Sat, 22 Oct 2016 18:27:20 +0000 (14:27 -0400)]
compiler/libec/pass15: Fixed broken watches on Array::array
- Had been broken by e8319626af9d771518f5c43870eecceb26027fb1

7 years agoide: Fixed crashes with Quick Project
Jerome St-Louis [Sat, 22 Oct 2016 18:04:42 +0000 (14:04 -0400)]
ide: Fixed crashes with Quick Project
- Was missing call to Workspace::Init()

7 years ago.travis.yml: Attempt to fix openssl issues on osx
Jerome St-Louis [Sat, 22 Oct 2016 15:20:48 +0000 (11:20 -0400)]
.travis.yml: Attempt to fix openssl issues on osx

7 years agoextras/Regex: Making regex property const
Jerome St-Louis [Sat, 22 Oct 2016 15:01:15 +0000 (11:01 -0400)]
extras/Regex: Making regex property const

7 years agoecere/gfx/Surface: Fixed PaletteGradient() ignoring alpha
Jerome St-Louis [Sat, 22 Oct 2016 15:00:48 +0000 (11:00 -0400)]
ecere/gfx/Surface: Fixed PaletteGradient() ignoring alpha

7 years agoecere/containers/Array: Fixed quick sort issues on Emscripten
Jerome St-Louis [Wed, 12 Oct 2016 16:18:19 +0000 (12:18 -0400)]
ecere/containers/Array: Fixed quick sort issues on Emscripten

7 years agoinstaller: Fixed extra bin/bin path
Jerome St-Louis [Sat, 22 Oct 2016 14:53:40 +0000 (10:53 -0400)]
installer: Fixed extra bin/bin path
- Was being caused by audio/audio32 additional components

7 years ago.travis.yml: Prevent Travis failure notice on OSX
Jerome St-Louis [Sat, 22 Oct 2016 14:31:02 +0000 (10:31 -0400)]
.travis.yml: Prevent Travis failure notice on OSX
- Also attempt to install openssl with brew

7 years agoecere/sys/DualPipe: (UNIX) Calling waitpid() in destructor
Jerome St-Louis [Sat, 22 Oct 2016 14:07:24 +0000 (10:07 -0400)]
ecere/sys/DualPipe: (UNIX) Calling waitpid() in destructor
- Also calling fclose() on handles

7 years agoecere/gui/EditBox: Clearing Undo buffer on setting contents
Jerome St-Louis [Sat, 22 Oct 2016 14:05:59 +0000 (10:05 -0400)]
ecere/gui/EditBox: Clearing Undo buffer on setting contents
- Added Clear() method to UndoBuffer

7 years agoecere/gui/Window: Invoking OnSysKeyHit for OnKeyDown events
Jerome St-Louis [Sat, 22 Oct 2016 14:03:56 +0000 (10:03 -0400)]
ecere/gui/Window: Invoking OnSysKeyHit for OnKeyDown events

7 years agoecere/gfx/Display: Fixed crash on use of mesh commands before calling SetCamera()
Jerome St-Louis [Tue, 27 Sep 2016 05:19:44 +0000 (01:19 -0400)]
ecere/gfx/Display: Fixed crash on use of mesh commands before calling SetCamera()

7 years agoide/IDESettings: Fixed issues with fresh install
Jerome St-Louis [Sat, 22 Oct 2016 13:56:09 +0000 (09:56 -0400)]
ide/IDESettings: Fixed issues with fresh install
- Fixed crash on first save of recentProjects (null array)
- Fixed compilerConfigs not being carried over from system wide settings

7 years agoecere/Containers/Array: Fixed sorting structs
Jerome St-Louis [Thu, 6 Oct 2016 22:14:52 +0000 (18:14 -0400)]
ecere/Containers/Array: Fixed sorting structs

7 years agoecere/gfx/imgDistMap: authorship notice update
Jerome St-Louis [Tue, 20 Sep 2016 22:17:57 +0000 (18:17 -0400)]
ecere/gfx/imgDistMap: authorship notice update

7 years agoecere/gfx/imgDistMap: Added authorship note
Jerome St-Louis [Mon, 12 Sep 2016 22:07:44 +0000 (18:07 -0400)]
ecere/gfx/imgDistMap: Added authorship note

7 years agoREADME.md: Tweaked documentation badge
Jerome St-Louis [Mon, 12 Sep 2016 20:26:42 +0000 (16:26 -0400)]
README.md: Tweaked documentation badge

7 years agoci/travis: add .travis.yml file. build matrix: linux-gcc, linux-clang, osx-clang.
Rejean Loyer [Sun, 11 Sep 2016 17:13:03 +0000 (13:13 -0400)]
ci/travis: add .travis.yml file. build matrix: linux-gcc, linux-clang, osx-clang.

7 years agoREADME.md: add badges with links. minor tweaks.
Rejean Loyer [Mon, 12 Sep 2016 01:30:57 +0000 (21:30 -0400)]
README.md: add badges with links. minor tweaks.

7 years agoecere/gfx/drivers/GL/defaultShader: Fixed restoring lights state
Jerome St-Louis [Mon, 12 Sep 2016 20:01:59 +0000 (16:01 -0400)]
ecere/gfx/drivers/GL/defaultShader: Fixed restoring lights state
- Preserve lights state when toggling lighting on/off

7 years agoecere/gui/GuiApplication: Fixed OS X compilation
Jerome St-Louis [Mon, 12 Sep 2016 19:48:30 +0000 (15:48 -0400)]
ecere/gui/GuiApplication: Fixed OS X compilation
- Was still importing CocoaInterface, not included in build

7 years agoecere/sys/JSON: Fixed JSON writer to not output hexadecimal values
Jerome St-Louis [Wed, 31 Aug 2016 19:49:13 +0000 (15:49 -0400)]
ecere/sys/JSON: Fixed JSON writer to not output hexadecimal values
- Also fixed syntax error result being turned into a type mismatch

7 years agoREADME.md: Added link to Web targeting instructions
Jerome St-Louis [Sat, 27 Aug 2016 23:12:52 +0000 (19:12 -0400)]
README.md: Added link to Web targeting instructions

7 years agoecere/com/containers; sys/File: Fixed refCount of deserialized containers, Files
Jerome St-Louis [Fri, 26 Aug 2016 22:41:40 +0000 (18:41 -0400)]
ecere/com/containers; sys/File: Fixed refCount of deserialized containers, Files

7 years agoecere/gfx/drivers/GL3: Fixed missing precision for WebGL
Jerome St-Louis [Thu, 25 Aug 2016 21:00:55 +0000 (17:00 -0400)]
ecere/gfx/drivers/GL3: Fixed missing precision for WebGL

7 years agoecere/sys/JSON: Fixed parsing of bit class objects within { }
Jerome St-Louis [Thu, 11 Aug 2016 19:17:04 +0000 (16:17 -0300)]
ecere/sys/JSON: Fixed parsing of bit class objects within { }

7 years agoNEWS: Fixed typo
Jerome St-Louis [Thu, 4 Aug 2016 22:25:03 +0000 (18:25 -0400)]
NEWS: Fixed typo

7 years agoi18n: updated templates 0.44.15
Jerome St-Louis [Thu, 4 Aug 2016 19:09:04 +0000 (15:09 -0400)]
i18n: updated templates

7 years agoide (win32): Saving settings in Users/EcereIDE as Windows does not like paths startin...
Jerome St-Louis [Thu, 4 Aug 2016 19:07:28 +0000 (15:07 -0400)]
ide (win32): Saving settings in Users/EcereIDE as Windows does not like paths starting with .

7 years agoide/settings: Importing user settings even if global new settings exist
Jerome St-Louis [Thu, 4 Aug 2016 19:06:46 +0000 (15:06 -0400)]
ide/settings: Importing user settings even if global new settings exist

7 years agoshare/applications/ecere.desktop: Fixed ide -> ecere-ide
Jerome St-Louis [Thu, 4 Aug 2016 18:11:26 +0000 (14:11 -0400)]
share/applications/ecere.desktop: Fixed ide -> ecere-ide

7 years agoide/settings: Memory leak fixes
Jerome St-Louis [Thu, 4 Aug 2016 17:26:09 +0000 (13:26 -0400)]
ide/settings: Memory leak fixes

7 years agoide/settings: Fixed color scheme issues
Jerome St-Louis [Thu, 4 Aug 2016 17:24:11 +0000 (13:24 -0400)]
ide/settings: Fixed color scheme issues

7 years agoinstaller: Fixed ide & documentor not getting installed
Jerome St-Louis [Thu, 4 Aug 2016 17:23:36 +0000 (13:23 -0400)]
installer: Fixed ide & documentor not getting installed

7 years agoide/settings: Saving config.econ before split config to ensure 'settingsFilPath'...
Jerome St-Louis [Thu, 4 Aug 2016 16:38:05 +0000 (12:38 -0400)]
ide/settings: Saving config.econ before split config to ensure 'settingsFilPath' is set
- Also added zlib library path to Installer project

7 years agoinstaller: Fixed crash on startup due to color schemes instantiated later
Jerome St-Louis [Thu, 4 Aug 2016 16:09:40 +0000 (12:09 -0400)]
installer: Fixed crash on startup due to color schemes instantiated later

7 years agoecere/Makefile.installer: Added missing symbol rules
Jerome St-Louis [Thu, 4 Aug 2016 15:41:56 +0000 (11:41 -0400)]
ecere/Makefile.installer: Added missing symbol rules

7 years agoinstaller; NEWS: Updated date
Jerome St-Louis [Thu, 4 Aug 2016 15:00:51 +0000 (11:00 -0400)]
installer; NEWS: Updated date

7 years agoide/CodeEditor: Fixed bad font when applying new font
Jerome St-Louis [Thu, 4 Aug 2016 14:57:36 +0000 (10:57 -0400)]
ide/CodeEditor: Fixed bad font when applying new font
- Was causing margin to be reduced

7 years agocompiler/bootstrap: synced
Jerome St-Louis [Thu, 4 Aug 2016 14:09:06 +0000 (10:09 -0400)]
compiler/bootstrap: synced

7 years agoi18n: Updated templates
Jerome St-Louis [Thu, 4 Aug 2016 14:07:18 +0000 (10:07 -0400)]
i18n: Updated templates

7 years agoide/Global Settings: More room for color scheme drop box
Jerome St-Louis [Thu, 4 Aug 2016 13:56:43 +0000 (09:56 -0400)]
ide/Global Settings: More room for color scheme drop box

7 years agoecere/gfx/fontManagement: Fixed non-fixed pitch listing
Jerome St-Louis [Thu, 4 Aug 2016 13:53:26 +0000 (09:53 -0400)]
ecere/gfx/fontManagement: Fixed non-fixed pitch listing

7 years agoNEWS: Added mention of new font and color schemes selection
Jerome St-Louis [Thu, 4 Aug 2016 13:40:27 +0000 (09:40 -0400)]
NEWS: Added mention of new font and color schemes selection

7 years agoide/dialogs/FontPicker: Tweak for better font row height
Jerome St-Louis [Thu, 4 Aug 2016 13:38:17 +0000 (09:38 -0400)]
ide/dialogs/FontPicker: Tweak for better font row height

7 years agoecere/gfx/fontManagement: Listing fonts with Fontconfig
Jerome St-Louis [Thu, 4 Aug 2016 13:35:53 +0000 (09:35 -0400)]
ecere/gfx/fontManagement: Listing fonts with Fontconfig

7 years agoide/CodeEditor: Customizable color scheme support
Jerome St-Louis [Thu, 4 Aug 2016 12:56:10 +0000 (08:56 -0400)]
ide/CodeEditor: Customizable color scheme support
- Includes 4 built-in color schemes
- Also added Truncate file on opening config files in readWrite mode

7 years agoecere/sys/JSON: Fixed (de)serializing properties using base 'Container' class
Jerome St-Louis [Thu, 4 Aug 2016 12:54:54 +0000 (08:54 -0400)]
ecere/sys/JSON: Fixed (de)serializing properties using base 'Container' class

7 years agoecere/sys/ECON: Fixed ECON Hexadecimal Support; Using it for bit classes
Jerome St-Louis [Thu, 4 Aug 2016 12:54:29 +0000 (08:54 -0400)]
ecere/sys/ECON: Fixed ECON Hexadecimal Support; Using it for bit classes

7 years agoecere/gfx/fontRendering: Fixed warning
Jerome St-Louis [Thu, 4 Aug 2016 12:53:49 +0000 (08:53 -0400)]
ecere/gfx/fontRendering: Fixed warning

7 years agoide/Global Settings: Initial font selector (Windows support)
Jerome St-Louis [Thu, 4 Aug 2016 09:39:17 +0000 (05:39 -0400)]
ide/Global Settings: Initial font selector (Windows support)

7 years agoecere/gfx/fontRendering: Improved rendering of some fonts e.g. MS Sans Serif having...
Jerome St-Louis [Thu, 4 Aug 2016 09:37:39 +0000 (05:37 -0400)]
ecere/gfx/fontRendering: Improved rendering of some fonts e.g. MS Sans Serif having 0 height
- Also avoided a crash on null font

7 years agodoc/Container: Some container class documentation
Jerome St-Louis [Thu, 4 Aug 2016 06:10:54 +0000 (02:10 -0400)]
doc/Container: Some container class documentation
- ecere/com/container: Also fixed static method being registered as public

7 years agodocumentor; extras/html: Made it easier to position caret at beginning or end of...
Jerome St-Louis [Thu, 4 Aug 2016 06:08:57 +0000 (02:08 -0400)]
documentor; extras/html: Made it easier to position caret at beginning or end of text

7 years agodocumentor: Fixed line wrapping mix-ups causing bad selection / positioning
Jerome St-Louis [Thu, 4 Aug 2016 06:08:18 +0000 (02:08 -0400)]
documentor: Fixed line wrapping mix-ups causing bad selection / positioning

7 years agodocumentor: Fixed caret positioning bug after opening a new page
Jerome St-Louis [Thu, 4 Aug 2016 06:07:06 +0000 (02:07 -0400)]
documentor: Fixed caret positioning bug after opening a new page

7 years agoextras/html: Fixed shaky text selection with new TextExtent2()
Jerome St-Louis [Thu, 4 Aug 2016 06:06:24 +0000 (02:06 -0400)]
extras/html: Fixed shaky text selection with new TextExtent2()

7 years agodocumentor: Added an embedded icon for Windows
Jerome St-Louis [Thu, 4 Aug 2016 06:05:49 +0000 (02:05 -0400)]
documentor: Added an embedded icon for Windows

7 years agoextras: Updated ecere.LICENSE for 0.44.15
Jerome St-Louis [Thu, 4 Aug 2016 01:32:07 +0000 (21:32 -0400)]
extras: Updated ecere.LICENSE for 0.44.15

7 years agoinstaller: Updated Makefiles; Simplified libecere Installer config
Jerome St-Louis [Thu, 4 Aug 2016 01:31:35 +0000 (21:31 -0400)]
installer: Updated Makefiles; Simplified libecere Installer config

7 years agoinstaller: Updated project for TDM-GCC 5, ide -> ecere-ide change and added new samples
Jerome St-Louis [Wed, 3 Aug 2016 23:53:53 +0000 (19:53 -0400)]
installer: Updated project for TDM-GCC 5, ide -> ecere-ide change and added new samples

7 years agosamples: Various fixes
Jerome St-Louis [Wed, 3 Aug 2016 23:50:18 +0000 (19:50 -0400)]
samples: Various fixes
- Updated to use new default shader file names
- crosswords: Fixed memory leak

7 years agoecere/gui/Window: Enabling OpenGL Shaders by default
Jerome St-Louis [Wed, 3 Aug 2016 23:47:41 +0000 (19:47 -0400)]
ecere/gui/Window: Enabling OpenGL Shaders by default
- Shaders version is now superior in all aspects

7 years agotarball: Updated for version 0.44.15
Jerome St-Louis [Wed, 3 Aug 2016 23:43:49 +0000 (19:43 -0400)]
tarball: Updated for version 0.44.15
- ide/about: Updated credits
- installer: Updated for ide -> ecere-ide rename
- Fixed PortableApps ide.exe reference

7 years agoecere: Excluding OpenGL dependency for installer configuration
Jerome St-Louis [Wed, 3 Aug 2016 23:42:07 +0000 (19:42 -0400)]
ecere: Excluding OpenGL dependency for installer configuration
- No OpenGL / Shader support for ECERE_ONEDRIVER

7 years agoide; documentor; epj2make; installer: Moved IDE dependency out of IDESettings
Jerome St-Louis [Wed, 3 Aug 2016 23:39:32 +0000 (19:39 -0400)]
ide; documentor; epj2make; installer: Moved IDE dependency out of IDESettings
- epj2make: Fixed loading configurations
- installer: Updated for split compiler configurations

7 years agodoc: Added File class description
Jerome St-Louis [Wed, 3 Aug 2016 22:24:15 +0000 (18:24 -0400)]
doc: Added File class description

7 years agosamples/3D: Added materials sample with reflection, refraction and normals mapping
Jerome St-Louis [Wed, 3 Aug 2016 22:23:30 +0000 (18:23 -0400)]
samples/3D: Added materials sample with reflection, refraction and normals mapping

7 years agodocumentor: Alt-Left/Right shortcuts when edit pane is active
Jerome St-Louis [Wed, 3 Aug 2016 12:48:14 +0000 (08:48 -0400)]
documentor: Alt-Left/Right shortcuts when edit pane is active

7 years agodoc: Fixed newlines (specified by <BR> rather than \n)
Jerome St-Louis [Wed, 3 Aug 2016 12:47:13 +0000 (08:47 -0400)]
doc: Fixed newlines (specified by <BR> rather than \n)
- Array doc update

7 years agoecere/gfx/3D: Updates to Direct3D driver to not crash on bump maps / cube maps
Jerome St-Louis [Wed, 3 Aug 2016 11:49:22 +0000 (07:49 -0400)]
ecere/gfx/3D: Updates to Direct3D driver to not crash on bump maps / cube maps

7 years agoecere/sys/ECON: Fixed ECON parsing bug with : inside string
Jerome St-Louis [Wed, 3 Aug 2016 11:20:32 +0000 (07:20 -0400)]
ecere/sys/ECON: Fixed ECON parsing bug with : inside string

7 years agodocumentor: Reverting internalDecl ignore because it omits File class
Jerome St-Louis [Wed, 3 Aug 2016 11:06:41 +0000 (07:06 -0400)]
documentor: Reverting internalDecl ignore because it omits File class

7 years agodocumentation: Breaking the API Reference documentation ice
Jerome St-Louis [Wed, 3 Aug 2016 11:05:42 +0000 (07:05 -0400)]
documentation: Breaking the API Reference documentation ice

7 years agoecere/com/dataTypes: Fixed private access type
Jerome St-Louis [Wed, 3 Aug 2016 10:47:42 +0000 (06:47 -0400)]
ecere/com/dataTypes: Fixed private access type

7 years agodocumentor: Fixed module confusion for classes and functions in ecereCOM
Jerome St-Louis [Wed, 3 Aug 2016 10:47:05 +0000 (06:47 -0400)]
documentor: Fixed module confusion for classes and functions in ecereCOM

7 years agodocumentor: Improved spacing
Jerome St-Louis [Wed, 3 Aug 2016 07:35:21 +0000 (03:35 -0400)]
documentor: Improved spacing
- Also skipping 'internalDecl' classes

7 years agoecere/gfx: Moved CubeMap to Bitmap.ec
Jerome St-Louis [Wed, 3 Aug 2016 07:34:41 +0000 (03:34 -0400)]
ecere/gfx: Moved CubeMap to Bitmap.ec

7 years agoshare/man: Updated ide and documentor man pages
Jerome St-Louis [Wed, 3 Aug 2016 07:32:58 +0000 (03:32 -0400)]
share/man: Updated ide and documentor man pages
- New 'ecere-ide' man page
- Updated IDE settings and documentation location info

7 years agoecere/com/templates: Tweaks to avoid 'AT' class being left declared
Jerome St-Louis [Wed, 3 Aug 2016 06:58:00 +0000 (02:58 -0400)]
ecere/com/templates: Tweaks to avoid 'AT' class being left declared
- Updated boostrap

7 years agotarball/crossplatform.mk: Removing cp/cpr -p flag breaking build on Linux/NTFS
Jerome St-Louis [Wed, 3 Aug 2016 04:45:42 +0000 (00:45 -0400)]
tarball/crossplatform.mk: Removing cp/cpr -p flag breaking build on Linux/NTFS

7 years agosamples/3D/HiraganaCube: Fixes reflecting extent fixes and outline
Jerome St-Louis [Wed, 3 Aug 2016 04:27:57 +0000 (00:27 -0400)]
samples/3D/HiraganaCube: Fixes reflecting extent fixes and outline

7 years agoecere/gfx/drivers/OpenGL: Fixed warnings about unused nnEyeToSurface on OS X/ATI
Jerome St-Louis [Wed, 3 Aug 2016 04:01:54 +0000 (00:01 -0400)]
ecere/gfx/drivers/OpenGL: Fixed warnings about unused nnEyeToSurface on OS X/ATI

7 years agoecere/Makefile; ecere.epj: Excluding incomplete Cocoa files breaking build
Jerome St-Louis [Wed, 3 Aug 2016 03:51:43 +0000 (23:51 -0400)]
ecere/Makefile; ecere.epj: Excluding incomplete Cocoa files breaking build

7 years agotarball/crossplatform.mk: cp/cpr using -pP/-pPR as more standard options working...
Jerome St-Louis [Wed, 3 Aug 2016 03:50:22 +0000 (23:50 -0400)]
tarball/crossplatform.mk: cp/cpr using -pP/-pPR as more standard options working on OS X

7 years agoide/FindInFiles: Fixed buffer underrun on go to found location
Jerome St-Louis [Wed, 3 Aug 2016 03:09:35 +0000 (23:09 -0400)]
ide/FindInFiles: Fixed buffer underrun on go to found location

7 years agoide/FindInFiles: Fixed ridiculous stack usage causing bus errors on OS X
Jerome St-Louis [Wed, 3 Aug 2016 03:08:45 +0000 (23:08 -0400)]
ide/FindInFiles: Fixed ridiculous stack usage causing bus errors on OS X
- Also fixed potential out of bound access of the stack

7 years agoecere/gui/controls/EditBox: Fixed uninitialized 'prevGlyph' read
Jerome St-Louis [Wed, 3 Aug 2016 03:08:06 +0000 (23:08 -0400)]
ecere/gui/controls/EditBox: Fixed uninitialized 'prevGlyph' read

7 years agoecere/gui/Window: Fixed lock-up closing code editor while Finding in Files on Unix
Jerome St-Louis [Wed, 3 Aug 2016 03:07:36 +0000 (23:07 -0400)]
ecere/gui/Window: Fixed lock-up closing code editor while Finding in Files on Unix

7 years agoide/settings: Fixed sync warning
Jerome St-Louis [Wed, 3 Aug 2016 00:46:58 +0000 (20:46 -0400)]
ide/settings: Fixed sync warning

7 years agosamples/games/chess: Fixed exit following game still running confirmation
Jerome St-Louis [Wed, 3 Aug 2016 00:28:08 +0000 (20:28 -0400)]
samples/games/chess: Fixed exit following game still running confirmation

7 years agoecere/gfx/3D/Object: computeLightVector flag to avoid always recomputing uselessly
Jerome St-Louis [Wed, 3 Aug 2016 00:20:30 +0000 (20:20 -0400)]
ecere/gfx/3D/Object: computeLightVector flag to avoid always recomputing uselessly

7 years agoecere/gfx/3D/3DS Models: Work around for diffuse map specified as bump map
Jerome St-Louis [Wed, 3 Aug 2016 00:19:25 +0000 (20:19 -0400)]
ecere/gfx/3D/3DS Models: Work around for diffuse map specified as bump map

7 years agoecere/gfx/drivers/OpenGL/Default Shader: Fixed color being set with noLighting
Jerome St-Louis [Wed, 3 Aug 2016 00:18:02 +0000 (20:18 -0400)]
ecere/gfx/drivers/OpenGL/Default Shader: Fixed color being set with noLighting
- Fixes black sky cube in model viewer

7 years agoecere/gfx/drivers/OpenGL/Default Shader: Fixed mistakes in lights 3,4,7
Jerome St-Louis [Wed, 3 Aug 2016 00:16:09 +0000 (20:16 -0400)]
ecere/gfx/drivers/OpenGL/Default Shader: Fixed mistakes in lights 3,4,7
- Also properly set to version 110 and changed normal and cube map matrices to be 3x3

7 years agoecere/gfx/drivers/OpenGL: Fixed capabilities modified by mesh actions while rendering
Jerome St-Louis [Wed, 3 Aug 2016 00:11:51 +0000 (20:11 -0400)]
ecere/gfx/drivers/OpenGL: Fixed capabilities modified by mesh actions while rendering