My favorites | Sign in
Project Home Downloads Wiki Issues Source
Checkout   Browse   Changes    
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57

Version 2.x
- Added internal FontData accessor to BMFont
- Changed turska::REAL to turska::TREAL to prevent some common name clashes
- Updated default (full string) substrLength to be -1 instead of 0
- Added Image9Tile helper class
- Fixes to support more recent version of Irrlicht (up to 1.7.0)
- Small tweaks to string row parser (it's still not perfect :/)
- Added setRenderingEnabled to IMGUI
- IMGUI resetState() resets mousedown state
- Added GraphicsOpenGL w/stb_image for image loading
- Added Image9TileButtonStyle
- Added batching support to Irrlicht specific GraphicsIrr
- Added flush-method to Graphics class API, to allow flushing of current batch
- Changed generic GraphicsOpenGL to support OpenGL ES 1.1
- Added batching support to GraphicsOpenGL
- Split IDM_PREMULT to IDM_PREMUL_NORMAL and IDM_PREMUL_ADD
- Changed GraphicsOpenGLSDL to inherit GraphicsOpenGL, unifying some code
- Added setInitialViewMatrix to GraphicsOpenGL (GraphicsIrr already had it)

Version 2.0.0
- Fixed alpha support in VerticalStripBitmapFont
- Fixed wrap and linear flags to be used from image load-time flags
- Fixed image rotation and scaling in Irr impl.
- Added checkBox to IMGUI
- Added image alignment flags, modified Font to use those,
removed separate font alignment flags
- Added image horizontal and vertical flip flags
- Added support for mipmaps and tri-linear filtering
- Added separate wrap clamp flag for images
- Removed obsolete and unfinished SDL 2D backend
- Added reference to the IMGUI object to methods in Styles
- Added returning of covered area to render methods of Styles
- Fixed some rounding logic in sliders with integer values
- Added usage of Turs2config.h for configuring the lib
- Fixed some const-correctness issues in IMGUI
- Added renderingEnabled flag to IMGUI and check for that in the
default styles - IMGUI can now be pumped without rendering
- Changed default image flags
- Added source rectangle support to image drawing
- Added support for bitmap fonts generated by AngelCode
Bitmap Font Generator, based on code by Mikko Lehtonen
- Added drop() support for drag'n'drop in IMGUI
- Added getCurrentWidgetId() to IMGUI
- Added getLastRenderedRectangle() to IMGUI
- Added IDM_PREMULT image drawing mode.
- Added textField to IMGUI
- Refined image pivot handling logic
- Added StringRowParser to Font (supports also word-wrapping)
- Added getStringMetrics and drawText to Font (both use StringRowParser)
- Added support for backslash-escaped chars (e.g. newline) to Font
- Added modifier multipliers to slider style
- Added version info macros

Version 1.9.0
- Start of the change log.
- Initial v2 functional both with Irrlicht and SDL/OpenGL.

Change log

r191 by jlauha on Jan 5, 2011   Diff
changelog update
Go to: 
Project members, sign in to write a code review

Older revisions

r179 by jlauha on Dec 27, 2010   Diff
GraphicsOpenGLSDL inherits now
GraphicsOpenGL unifying some of the
code; split IDM_PREMULT to
IDM_PREMUL_NORMAL and _ADD; added
batching support to GraphicsOpenGL and
...
r171 by jlauha on Oct 10, 2010   Diff
updated changelog and changed version
num to 2.0.4
r161 by jlauha on Jan 9, 2010   Diff
updated changelog + libs
All revisions of this file

File info

Size: 2686 bytes, 57 lines

File properties

svn:eol-style
native
Powered by Google Project Hosting