Martín Lucas Golini
c5bdea14b4
Minor clean up.
...
--HG--
branch : dev-stateful-drawable
2018-12-19 23:12:35 -03:00
Martín Lucas Golini
1250eb967b
Replacement of PlusCallback in favor of std::functional ( just for lambdas ).
...
--HG--
branch : dev-functional
2018-07-17 10:31:34 -03:00
Martín Lucas Golini
56129ca9b5
Added mp3 read support.
...
--HG--
branch : dev
2018-04-22 21:39:04 -03:00
Martín Lucas Golini
10b0c64d75
Allow writing the http request body to a IO stream.
...
--HG--
branch : dev
2018-04-02 17:13:39 -03:00
Martín Lucas Golini
feeafde073
Updated Audio module.
...
--HG--
branch : dev
2018-03-17 18:50:24 -03:00
Martín Lucas Golini
be9092a056
Minor clean up for NODE_FLAGS_VALUES.
...
--HG--
branch : dev-2.1
2018-01-31 21:56:11 -03:00
Martín Lucas Golini
3c0e4d7ed5
Added Window::DisplayManager ( implementing DisplayManagerSDL2 and DisplayManagerSFML ).
...
Engine instance is now automatically started and destroyed.
Forced the default working directory as the process path directory at start.
--HG--
branch : dev-2.1
2018-01-27 03:55:39 -03:00
Martín Lucas Golini
b4982e5554
Added Texture Atlas Editor as a tool app.
...
Added Window::getCurrentDisplayDPI and Window::getDisplayPixelDensity.
Also some minor fixes.
--HG--
branch : dev-2.1
2018-01-26 00:28:32 -03:00
Martín Lucas Golini
85cb16a4ec
Use Nearest filter by default in sprite fonts.
...
--HG--
branch : dev-2.1
2018-01-22 00:21:55 -03:00
Martín Lucas Golini
fba9460bfd
Added FontSprite class for font sprite support ( XNA Font Sprites ).
...
--HG--
branch : dev-2.1
2018-01-22 00:17:48 -03:00
Martín Lucas Golini
04e4646130
TextureFactory::bind fixed.
...
Added BMFont support.
--HG--
branch : dev-2.1
2018-01-21 20:38:16 -03:00
Martín Lucas Golini
4c39f29334
Clean up.
...
--HG--
branch : dev-2.1
2018-01-14 00:39:35 -03:00
Martín Lucas Golini
29b5251f97
Renamed SubTexture to TextureRegion.
...
Fixed a bug with frambuffers and views.
--HG--
branch : dev-2.1
2018-01-11 21:17:01 -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
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
3303defc5f
Refactorized Interpolation1d and Interpolation2d.
...
--HG--
branch : dev
2017-12-24 03:50:43 -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
715d2d30b0
Replaced BlendMode with a new class.
...
--HG--
branch : dev
2017-12-10 18:13:31 -03:00
Martín Lucas Golini
4e1f476ee1
Replaced default font.
...
Added beginPropertiesTransaction() and endPropertiesTransaction().
Added UILayout.
Added EventOnDragStart and EventOnDragStop.
Renamed MsgDragEnd to MsgDragStop.
--HG--
branch : dev
2017-10-16 01:33:34 -03:00
Martín Lucas Golini
0a487f7b92
Fixed FBOs.
...
Minor fixes for Emscripten and Android.
--HG--
branch : dev
2017-08-05 17:46:35 -03:00
Martín Lucas Golini
3b891043d8
Implemented ConvexShapeDrawable.
...
Refactored Polygon2.
Fixed Outline color not being updated in Text.
--HG--
branch : dev
2017-04-16 17:22:35 -03:00
Martín Lucas Golini
9cf73262f4
Changed Recti as Rect.
...
Removed eeAABB in favor of Rectf.
Implemented UIScrollView XML load.
--HG--
branch : dev
2017-04-16 15:28:36 -03:00
Martín Lucas Golini
6d14696337
Color now is RGB.
...
ColorA now is Color.
--HG--
branch : dev
2017-04-11 02:03:52 -03:00
Martín Lucas Golini
a46f6d777c
Retrieve the initial mouse coordinates on SDL2 backend ( since SDL2 does not provided the real coordinates until the mouse is moved ).
...
--HG--
branch : dev
2017-04-09 19:29:54 -03:00
Martín Lucas Golini
304a97f0b1
Added UILoader.
...
--HG--
branch : dev
2017-04-08 21:51:34 -03:00
Martín Lucas Golini
e09b07ecc0
Added ClippingMask class, for clipping with scissor test, clip planes and stencil test.
...
Fixed some minor problems.
--HG--
branch : dev
2017-03-30 01:17:11 -03:00
Martín Lucas Golini
12c74347ac
RectangleDrawable WIP.
...
Drawables now can keep a position.
Some code clean up.
--HG--
branch : dev
2017-03-29 03:02:59 -03:00
Martín Lucas Golini
867f640e36
PrimitiveDrawables WIP.
...
--HG--
branch : dev
2017-03-27 12:13:16 -03:00
Martín Lucas Golini
a870de7db4
PrimitiveDrawable and ArcDrawable WIP.
...
--HG--
branch : dev
2017-03-26 22:16:03 -03:00
Martín Lucas Golini
bb0a6cacda
Refactored Font and Text classes.
...
--HG--
branch : dev
2017-03-24 04:49:14 -03:00
Martín Lucas Golini
b29b8bcd69
Added Text::setFillColor to substrings from the text string.
...
Renamed Text::setFlags and Text::getFlags to Text::setAlign and Text::getAlign.
A couple of random fixes.
--HG--
branch : dev
2017-03-24 02:10:39 -03:00
Martín Lucas Golini
c7735d75fe
Fixes for VS windows build.
...
--HG--
branch : dev
2017-03-22 01:57:39 -03:00
Martín Lucas Golini
b0d0e2e579
Renderer refactor.
...
--HG--
branch : dev
2017-03-19 20:10:24 -03:00
Martín Lucas Golini
c0975dd80d
Code clean up and refactoring.
...
Removed HaikuTTF from the project.
--HG--
branch : dev
2017-03-17 23:17:21 -03:00
Martín Lucas Golini
734698c070
Minor change.
...
--HG--
branch : dev
2017-03-15 12:13:02 -03:00
Martín Lucas Golini
a341fe4652
Minor refactor.
...
--HG--
branch : dev-font
2017-03-13 12:08:02 -03:00
Martín Lucas Golini
e562e9bac6
Some clean up.
...
--HG--
branch : dev-font
2017-03-13 01:52:25 -03:00
Martín Lucas Golini
30a2d9277a
More changes.
...
--HG--
branch : dev-font
2017-03-13 01:10:10 -03:00
Martín Lucas Golini
43f9c600fc
New Font class integrated to the old Font class.
...
--HG--
branch : dev-font
2017-03-12 23:42:26 -03:00
Martín Lucas Golini
786b8d67b3
WIP new font class.
...
--HG--
branch : dev-font
2017-03-12 21:02:10 -03:00
Martín Lucas Golini
e16989f293
Refactoring Font and TextCache class.
...
--HG--
branch : dev-font
2017-03-11 21:55:42 -03:00
Martín Lucas Golini
439d9b55ac
Renamed interpolation classes.
...
--HG--
branch : dev
2017-03-09 16:29:15 -03:00
Martín Lucas Golini
676162f8ea
Physics module refactored.
...
--HG--
branch : dev
2017-02-18 22:49:28 -03:00
Martín Lucas Golini
63ceea60d8
Demo fixes.
...
--HG--
branch : dev
2017-02-18 16:53:08 -03:00
Martín Lucas Golini
8317780a73
More refactoring of the Graphic module.
...
--HG--
branch : dev
2017-02-18 03:03:01 -03:00
Martín Lucas Golini
ba3781229d
Graphic module improvements.
...
--HG--
branch : dev
2017-02-17 23:22:49 -03:00
Martín Lucas Golini
fdf67752a3
Math module improvements.
...
--HG--
branch : dev
2017-02-17 19:16:39 -03:00
Martín Lucas Golini
cee1075c9e
Audio module improved.
...
--HG--
branch : dev
2017-02-17 18:38:02 -03:00
Martín Lucas Golini
ca90d606f3
Windows module improved.
...
--HG--
branch : dev
2017-02-17 17:47:41 -03:00