Releases: anura-engine/anura
Releases · anura-engine/anura
v4.0.0
Anura Engine v4 - compatible with Frogatto v4.
A partial changelog is included below. Thanks to everyone who contributed to this release!
What's Changed
- Avoid error due to using GLSL 1.5 when unsupported by @hagabaka in #138
- Made improvements to the built-in code editor by @Autofire in #147
- Fix GCC compilation errors (Fixes #154) by @hagabaka in #155
- Decouple language menu by @hagabaka in #156
- clean up some heap memory allocated at static initialization time by @cbeck88 in #44
- Fixed solid() and debug console focus by @Autofire in #152
- New hex map by @sweetkristas in #158
- Xcode8 by @Rotonen in #162
- Add Debian sid dependency installation instruction by @adrianheine in #165
- Add missing include directive by @adrianheine in #164
- Disallow preprocessing the history document. in #186
- Extend decimal numbers notation. in #185
- Legalize identifier 'd'. in #188
- Do not count references to decimal variants. by @uprego in #189
- Avoid forward declaration by @hagabaka in #192
- Use HTTPS for anonymous submodule clone by @akien-mga in #191
- Makefile: Fix display of configure report on Bash by @akien-mga in #193
- Fix "‘*’ in boolean context" warning by @hagabaka in #195
- Output development realm notice following the version string. in #197
- Enlarge username width in server acceptance. in #198
- Put the 'Resume' button the first. in #200
- Fix for tictactoe. in #199
- Continuated support for rev 'f4daa9946058ccd6'. in #202
- Use extra braces when initializing subobjects. by @bentley in #203
- Bring back (under certain conditions) the off line mode to the splash screen. in #204
- Improve compilation process by @teto in #201
- If the account is not to be remembered, remember. in #211
- Allow negative logic for the
is
operator. in #212 - Add to INSTALL packages for Fedora 27 by @HarryMichal in #215
- Fix wrong parse of
(def()->string 'foo')()
. in #241 - Debug console hardening. in #252
- Limit debug console size to current window size. in #251
- Prettify makefile output. by @Szunti in #254
- Visual fixes by @HarryMichal in #260
- Fix build on OpenBSD by @bentley in #243
- Debug console hardening. in #214
- alternative path for boost/uuid/sha1.hpp by @Houkime in #284
- Remove definition of HAVE_M_PI by @hagabaka in #289
- Support Boost 1.70.0 / asio 1.14.0 by @hagabaka in #290
- Remove SDL_Renderer in KRE/WindowManager by @hagabaka in #296
- Update Boost requirements. by @galegosimpatico in #305
- Revert removal of window preferences. in #262
- Update imgui to 1.72b by @sweetkristas in #288
ANURA_BASE/MacOS/
raised to Boost regex and filesystem1.71
. by @galegosimpatico in #306- Apparently
LINUX
not recognized by RHEL like. in #281 - Review possibly misleading strings. in #208
- Tidy up string. by @galegosimpatico in #315
- Do not hide the
Chat
label while challenged. in #213 - Do not pass the list of known identifiers to the SDL logging system. in #264
- Fix basic joystick support by @mus-candidus in #334
- Update INSTALL for Arch based distros by @DinoNuggies4665 in #342
- Remove all Makefile remnants of embedded Lua by @Rotonen in #344
- Remove all Makefile remnants of Box2D by @Rotonen in #346
- Fix compiler warning about condition always being true by @Vultraz in #345
- Declare explicit linker deps by @Rotonen in #347
- Remove the remnants of the lua unit tests by @Rotonen in #348
New Contributors
- @adrianheine made their first contribution in #165
- @uprego made their first contribution in #189
- @akien-mga made their first contribution in #191
- @bentley made their first contribution in #203
- @teto made their first contribution in #201
- @HarryMichal made their first contribution in #215
- @Szunti made their first contribution in #254
- @Houkime made their first contribution in #284
- @galegosimpatico made their first contribution in #305
- @mus-candidus made their first contribution in #334
- @DinoNuggies4665 made their first contribution in #342
- @Vultraz made their first contribution in #345
Full Changelog: https://github.com/anura-engine/anura/commits/v4.0.0