Commit Graph

884 Commits

Author SHA1 Message Date
Martín Lucas Golini
fd0694939a Minor fix.
--HG--
branch : dev-2.1
2018-01-07 14:57:49 -03:00
Martín Lucas Golini
c458f19cf0 Added System::DirectoryPack.
--HG--
branch : dev-2.1
2018-01-06 03:45:09 -03:00
Martín Lucas Golini
2ffa9e4734 Added System::VirtualFileSystem.
--HG--
branch : dev-2.1
2018-01-06 02:55:52 -03:00
Martín Lucas Golini
4ee322b8b0 Added IOStreamPak.
--HG--
branch : dev-2.1
2018-01-05 21:03:08 -03:00
Martín Lucas Golini
de72fac876 Implemented IOStreamZip.
Added Pack::getFileStream.

--HG--
branch : dev-2.1
2018-01-05 02:40:15 -03:00
Martín Lucas Golini
29fbf473e3 Removed AGL dependency on macOS ( deprecated a long time ago ).
--HG--
branch : dev-2.1
2018-01-05 01:23:12 -03:00
Martí­n Lucas Golini
e21daabe65 Renamed UIControl to UINode.
Removed UIControlAnim and UIDragableControl.
UIControlAnim and UIDragableControl implemented in base UINode.

--HG--
branch : dev-2.1
2018-01-02 02:37:23 -03:00
Martín Lucas Golini
04a605c684 Small fix, SDL_GetWindowBordersSize is available since SDL 2.0.5 ( instead of 2.0.4 ).
--HG--
branch : dev-2.1
2018-01-01 15:35:00 -03:00
Martín Lucas Golini
c1c3dfb075 Fixed glew includes.
--HG--
branch : dev-2.1
2018-01-01 15:07:54 -03:00
Martí­n Lucas Golini
1e7991b70e Moved Sys::getDiskFreeSpace to FileSystem::getDiskFreeSpace.
Added Sys::getPlatform.

--HG--
branch : dev-2.1
2017-12-30 19:45:01 -03:00
Martín Lucas Golini
77637f71fa Moved "src/eepp/helper" folder to "src/thirdparty".
Also some minor fixes.

--HG--
branch : dev-2.1
2017-12-30 14:29:38 -03:00
Martín Lucas Golini
dcc905c4f8 Minor changes.
Interpolation setTotalTime now is setDuration.

--HG--
branch : dev
2017-12-30 00:31:14 -03:00
Martín Lucas Golini
f907d89367 Fixed IniFile::getValueB.
Added FileSystem::changeWorkingDirectory( Sys::getProcessPath() ); in demos.

--HG--
branch : dev
2017-12-29 22:35:43 -03:00
Martín Lucas Golini
e28f606f38 Added PlatformHelper ( moved all the Android platform helpers there ).
Fixed a couple of minor bugs.

--HG--
branch : dev
2017-12-29 22:06:36 -03:00
Martín Lucas Golini
aada050aa3 Added FileSystem::changeWorkingDirectory, FileSystem::getCurrentWorkingDirectory
and FileSystem::filePathRemoveCurrentWorkingDirectory.

--HG--
branch : dev
2017-12-29 10:52:58 -03:00
Martín Lucas Golini
a7c1d587ed Renamed FileSystem::getOSlash to FileSystem::getOSSlash.
Added FileSystem::dirRemoveSlashAtEnd.
FileSystem::fileExists now returns true if directory exists.

--HG--
branch : dev
2017-12-28 15:49:00 -03:00
Martín Lucas Golini
4709d662e4 Removed null backend.
--HG--
branch : dev
2017-12-27 01:28:31 -03:00
Martín Lucas Golini
e8edff36d1 Fixed Interpolation1d::waitAndAdd.
Fixed a couple of warnings on VC++.

--HG--
branch : dev
2017-12-27 00:11:51 -03:00
Martín Lucas Golini
3606290585 Make shared gl context optional.
--HG--
branch : dev
2017-12-24 13:35:54 -03:00
Martín Lucas Golini
3303defc5f Refactorized Interpolation1d and Interpolation2d.
--HG--
branch : dev
2017-12-24 03:50:43 -03:00
Martín Lucas Golini
cef3f15ca0 Fixed clipping planes in GLES2.
--HG--
branch : dev
2017-12-23 17:17:30 -03:00
Martín Lucas Golini
593848cc61 Minor fix.
--HG--
branch : dev
2017-12-23 16:36:17 -03:00
Martín Lucas Golini
09d94cb9bc Scrollbar auto size from button.
--HG--
branch : dev
2017-12-23 14:31:21 -03:00
Martí­n Lucas Golini
032be3a754 Allow text to set originpoint for rotation and scale.
Also some minor changes.

--HG--
branch : dev
2017-12-22 02:25:30 -03:00
Martín Lucas Golini
ab46ce01dc Added some XML properties to UIWidget.
--HG--
branch : dev
2017-12-21 00:27:39 -03:00
Martín Lucas Golini
0c18dc5bd8 Fixed Window::toggleFullscreen.
--HG--
branch : dev
2017-12-20 02:23:54 -03:00
Martín Lucas Golini
421c1c4434 Color buffer support.
--HG--
branch : dev
2017-12-19 02:11:30 -03:00
Martín Lucas Golini
e807877cdd Added:
UIWidgetCreator::registerWidget
UIWidgetCreator::unregisterWidget
UIWidgetCreator::isWidgetRegistered

--HG--
branch : dev
2017-12-17 03:17:27 -03:00
Martín Lucas Golini
1902a22783 Fixed wrong time elapsed in UIManager.
Fixed backgorunds drawable alpha.

--HG--
branch : dev
2017-12-17 02:58:47 -03:00
Martí­n Lucas Golini
26543d73e7 UITextView::setText fixed.
--HG--
branch : dev
2017-12-16 23:40:37 -03:00
Martí­n Lucas Golini
2b8cbd41fb WidgetCallback fix.
--HG--
branch : dev
2017-12-16 22:28:04 -03:00
Martí­n Lucas Golini
f625e9d98a Minor refactor.
--HG--
branch : dev
2017-12-16 21:29:53 -03:00
Martí­n Lucas Golini
5126886b48 Fixes.
--HG--
branch : dev
2017-12-16 19:06:12 -03:00
Martín Lucas Golini
21e2a52c8c Don't invalidate UITextView setters if same value is passed.
--HG--
branch : dev
2017-12-16 13:55:16 -03:00
Martí­n Lucas Golini
864a1a8aa6 Texture Atlas packs the optimal number of channels.
--HG--
branch : dev
2017-12-14 00:24:08 -03:00
Martí­n Lucas Golini
b5a95f4906 Texture packer fix.
Texture Atlas Editor offset set fix.

--HG--
branch : dev
2017-12-11 02:49:20 -03:00
Martí­n Lucas Golini
d32d362328 Enum types refactor.
Renderer refactor and more.

--HG--
branch : dev
2017-12-10 21:29:43 -03:00
Martí­n Lucas Golini
889db7b107 Drawable Type in Drawable class.
--HG--
branch : dev
2017-12-10 19:08:08 -03:00
Martí­n Lucas Golini
715d2d30b0 Replaced BlendMode with a new class.
--HG--
branch : dev
2017-12-10 18:13:31 -03:00
Martí­n Lucas Golini
8ac301ed73 Added discardFramebuffer for FBOs.
Updated glew.

--HG--
branch : dev
2017-12-10 16:33:26 -03:00
Martí­n Lucas Golini
d706560ea2 Fixed blend func on OpenGL ES.
--HG--
branch : dev
2017-12-10 13:57:32 -03:00
Martí­n Lucas Golini
4f07b9d8d3 VertexBuffers when binding must draw any previous batch.
--HG--
branch : dev
2017-12-10 12:16:03 -03:00
Martí­n Lucas Golini
a0ea822978 Sys::getProcessPath now doesn't need a window to return a valid path.
--HG--
branch : dev
2017-12-10 03:28:41 -03:00
Martín Lucas Golini
900421b1d9 Fixed a text rendering error when a font is resized more than once in a geometry update.
Fixed a couple of OpenSSL warnings for OpenSSL 1.1.

--HG--
branch : dev
2017-12-09 20:03:07 -03:00
Martí­n Lucas Golini
58e753f418 Framebuffer optimizations.
--HG--
branch : dev
2017-12-09 15:53:50 -03:00
Martí­n Lucas Golini
8908937a3c Added UIWindow::invalidated().
--HG--
branch : dev
2017-12-09 13:31:19 -03:00
Martí­n Lucas Golini
52780c9410 Fixed VertextBufferOGL on mobile.
--HG--
branch : dev
2017-12-08 11:08:47 -03:00
Martí­n Lucas Golini
6c6c843cd5 Fixed GL3CP on GLES2.
--HG--
branch : dev
2017-12-08 10:37:35 -03:00
Martí­n Lucas Golini
9fe6d6c1a2 Fixed PrimitiveDrawable rendering on GLES2.
--HG--
branch : dev
2017-12-08 00:52:37 -03:00
Martín Lucas Golini
947b81f069 Improved draw invalidation.
--HG--
branch : dev
2017-10-29 13:26:57 -03:00