Zenipex full changelog
Zenipex 0.5.1.0 Beta
released Aug 27, 2012 (New Release)
Moderate Changes:
· String now implemented with a Pimpl pattern
Minor Changes:
· The launcher builds in Visual Studio 2010 Express
· Doxygen output has been upgraded
· Visual C++ 2012 runtime DLLs included
Bug Fixes:
· Build scripts now handle spaces, emit fewer unnecessary warnings
· String now implemented with a Pimpl pattern
Minor Changes:
· The launcher builds in Visual Studio 2010 Express
· Doxygen output has been upgraded
· Visual C++ 2012 runtime DLLs included
Bug Fixes:
· Build scripts now handle spaces, emit fewer unnecessary warnings
Zenipex 0.5.0.0 Beta
released Aug 16, 2012 (New Release)
Big Changes:
· Initial work on Android support (broken);
· Build system for PC platforms upgraded to premake4;
· multi-build_bat.sh, multi-clean_bat.sh, and multi-premake_bat.sh wrap premake4 on all platforms;
· Dependencies now included in the repository;
Moderate Changes:
· Linux Standard Base (LSB) 4.0 Linux compilation support;
· Image loading significantly more efficient, using libpng directly; SDL_image dropped;
· Textures loaded through Images, sanifying the pipeline;
· Font loading significantly more efficient, using FreeType 2 directly; SDL_ttf dropped;
· OpenSLES support added (for Android), changing the sounds.xml format; File extensions must be omitted; .ogg/.wav will be automatically appended on PC/Android respectively;
Minor Changes:
· Switch to stdlib libc++ on Mac OS X 10.7 and 10.8;
· SDL threading support removed; Background loading disabled;
· Code moved from inlines to sources, correcting some cross-boundary issues;
· Full screen support for Lion improved (SDL 1.2
· Initial work on Android support (broken);
· Build system for PC platforms upgraded to premake4;
· multi-build_bat.sh, multi-clean_bat.sh, and multi-premake_bat.sh wrap premake4 on all platforms;
· Dependencies now included in the repository;
Moderate Changes:
· Linux Standard Base (LSB) 4.0 Linux compilation support;
· Image loading significantly more efficient, using libpng directly; SDL_image dropped;
· Textures loaded through Images, sanifying the pipeline;
· Font loading significantly more efficient, using FreeType 2 directly; SDL_ttf dropped;
· OpenSLES support added (for Android), changing the sounds.xml format; File extensions must be omitted; .ogg/.wav will be automatically appended on PC/Android respectively;
Minor Changes:
· Switch to stdlib libc++ on Mac OS X 10.7 and 10.8;
· SDL threading support removed; Background loading disabled;
· Code moved from inlines to sources, correcting some cross-boundary issues;
· Full screen support for Lion improved (SDL 1.2
Zenipex 0.4.2.0 Beta
released Nov 7, 2011 (New Release)
Big Changes:
· Game::on_cover() and Game::on_uncover() added, along the lines of Game::on_push() and Game::on_pop()
· XInput support added
· Xbox_360_Axis and Xbox_360_Button enums list available axes and buttons, assuming use of Xbox 360 Controllers
· Game::joy_mouse added, allowing basic control of all menus from joysticks when activated
· Game now tracks the states of joystick buttons
· Gamestate_II now corrects the states of buttons once pushed/uncovered, with an option to fire corresponding events as well
· Added Zeni::message_box(...) (MessageBox/xmessage/NSRunAlertPanel support) for Error reporting
· .gitignore added to zenilib/
Bugfixes:
· Quitting keystroke logic simplified: Ctrl+Q should work on all platforms
· Alt+Backquote console pull-up now works as expected on non-Windows platforms when in Debug
· Resize events handled correctly in Linux and Mac OS X
· Joysticks now turned off when zenilib loses focus (default behavior)
· Render-to-Texture fix for Direct3D9
· Game::on_cover() and Game::on_uncover() added, along the lines of Game::on_push() and Game::on_pop()
· XInput support added
· Xbox_360_Axis and Xbox_360_Button enums list available axes and buttons, assuming use of Xbox 360 Controllers
· Game::joy_mouse added, allowing basic control of all menus from joysticks when activated
· Game now tracks the states of joystick buttons
· Gamestate_II now corrects the states of buttons once pushed/uncovered, with an option to fire corresponding events as well
· Added Zeni::message_box(...) (MessageBox/xmessage/NSRunAlertPanel support) for Error reporting
· .gitignore added to zenilib/
Bugfixes:
· Quitting keystroke logic simplified: Ctrl+Q should work on all platforms
· Alt+Backquote console pull-up now works as expected on non-Windows platforms when in Debug
· Resize events handled correctly in Linux and Mac OS X
· Joysticks now turned off when zenilib loses focus (default behavior)
· Render-to-Texture fix for Direct3D9
Zenipex 0.4.1.0 Beta
released Sep 19, 2011 (New Release)
· This is a pretty minor release, but it breaks binary compatibility in the String class unfortunately. Additionally, the Chronometer fix would not function without Application recompilation.
Bugfixes:
· String const correctness fix
· Chronometers exported correctly, fixing pausing
Code Changes:
· C-string and std::string operators removed from String
Bugfixes:
· String const correctness fix
· Chronometers exported correctly, fixing pausing
Code Changes:
· C-string and std::string operators removed from String
Zenipex 0.4.0.1 Beta
released Sep 9, 2011 (New Release)
· Bugfixes
· $(DXSDK_Dir) include path readded
· Game::get_fps() fixed
· $(DXSDK_Dir) include path readded
· Game::get_fps() fixed
Zenipex 0.4.0.0 Beta
released Aug 18, 2011 (New Release)
Big Changes:
· Code license changed from GPL 2 (or later) with the runtime exception to to LGPL 3.0 (or later)
· zenilib split into zeni.dll, zeni_audio.dll, zeni_core.dll, zeni_graphics.dll, zeni_net.dll, and zeni_rest.dll (the temporary(?) catchall)
· AL_Renderer and Video_DX9 now load DLLs manually
· Sound now uses a renderer system, with AL_Renderer as an option
· Event and Singleton template added
· Visual Studio 2008 support revoked, all other project files updated
· Separate OpenAL and DirectX SDKs no longer required to build only Application
Bugfixes:
· Several memory-leaks related to Video device reinitialization fixed
· Renderable copying issues fixed
· Serialization issues with VLUID fixed
· list/set/vector serialization fixed
· bool serialization removed -- too error prone
· Warning C4239 now officially an error when using zenilib
· Make more of an effort to activate the Window on creation (Windows only)
Code Changes:
· Limited name consistency and capitalization changes
· Code license changed from GPL 2 (or later) with the runtime exception to to LGPL 3.0 (or later)
· zenilib split into zeni.dll, zeni_audio.dll, zeni_core.dll, zeni_graphics.dll, zeni_net.dll, and zeni_rest.dll (the temporary(?) catchall)
· AL_Renderer and Video_DX9 now load DLLs manually
· Sound now uses a renderer system, with AL_Renderer as an option
· Event and Singleton template added
· Visual Studio 2008 support revoked, all other project files updated
· Separate OpenAL and DirectX SDKs no longer required to build only Application
Bugfixes:
· Several memory-leaks related to Video device reinitialization fixed
· Renderable copying issues fixed
· Serialization issues with VLUID fixed
· list/set/vector serialization fixed
· bool serialization removed -- too error prone
· Warning C4239 now officially an error when using zenilib
· Make more of an effort to activate the Window on creation (Windows only)
Code Changes:
· Limited name consistency and capitalization changes
Zenipex for Windows 7 - free download notice
Windows 7 Download periodically updates software information of Zenipex from the publisher.
« BACK
My Account
Help
Windows 7 Software Coupons
-
FREE VPN PROXY by SEED4.ME WINDOWS
Free VPN by Seed4Me -
WinX HD Video Converter
56% Off -
WinX DVD Ripper
50% Off -
MacX DVD Ripper Pro
50% Off -
Media Player Morpher
85% Off
My Saved Stuff
You have not saved any software.
Click "Save" next to each software.
Click "Save" next to each software.
Would you like to receive announcements of new versions of your software by email or by RSS reader? Register for FREE!
Windows 7 Downloads Picks
- ExamDiff Pro 15.0.1.24
- Portable RJ TextEd 4.15
- DOSBox 0.74.3
- All-In-One Cufon 1.1.1
- CoreTML Framework 1.4
- CUDA 12.5.0
- Microsoft Visual Studio 2022 17.10.3
- Geany Portable 2.0
- Open Validator 2.5.2
- XTOOLS
- Qt Creator 15.0.0
- Adobe AIR SDK 51.0.1.1
- Adobe AIR SDK for Linux 51.1.3.1
- Editra 0.7.20
- Hex Workshop 6.8.0.5419
- CodeLite 3.5.5375
- EdytorNC 2015.04.00 Beta
- JCruiseMonitor 1.0.9
- KeepAndTrack 1.00
- VbsEdit 22.6.10
Popular Tags
sql server
net
tool
obfuscator
software
sql tools
programming
view
editor
visual
code security
software protection
file
visual basic
edit
dll
code protection
visual studio
decompiler
sql tool
development
uml
database
obfuscation
sql
xml
java
html
windows
vb net
Popular Windows 7 Software
- Qt 6.8.1
- Simply Fortran 3.38 Build 4350
- Turbo C++ 3.0
- Free OCR C# 2022.8.7804
- StrokeScribe 5.2.12.0
- C# QR Barcode Reader 2021.11
- ExamDiff Pro 15.0.1.24
- Open Fortran Parser 0.8.3
- Portable RJ TextEd 4.15
- PILS 0.4.0
- Turbo Pascal 7.0
- dotConnect for MySQL Professional 9.3.104
- jPDFImages 2021R1
- DOSBox 0.74.3
- All-In-One Cufon 1.1.1
© 2025 Windows7Download.com - All logos, trademarks, art and other creative works are and remain copyright and property of their respective owners. Microsoft Windows is a registered trademarks of Microsoft Corporation. Microsoft Corporation in no way endorses or is affiliated with windows7download.com.