summaryrefslogtreecommitdiff
path: root/src/game.cpp
Commit message (Collapse)AuthorAge
* Allow taking screenshots of formspecs and move message to chatBlockMen2014-09-21
|
* Node highlighting.RealBadAngel2014-09-17
|
* Change screenshot colorformat properlyBlockMen2014-09-03
|
* Don't save alpha channel in screenshots (fixes #1451)BlockMen2014-09-03
|
* Fix chat messages capturing mouse interactions for menu/formspecssapier2014-08-23
|
* Use pause_fps_max also on multiplayerSmallJoker2014-08-22
|
* Reduce time of red screen when damagedSmallJoker2014-08-22
| | | | 10 seconds in PvP is very long and annoying.
* Remove FPS from being next to the version stringPerttu Ahola2014-07-05
|
* Add support for Android 2.3+sapier2014-06-29
| | | | | | | | | | | | | There have been plenty of ppl involved in creating this version. I don't wanna mention names as I'm sure I'd forget someone so I just tell where help has been done: - The partial android versions done by various ppl - Testing on different android devices - reviewing code (especially the in core changes) - testing controls - reviewing texts A big thank you to everyone helping this to be completed!
* Add formspec api versioningsapier2014-06-29
|
* Fix wrong status text rectangle. Fix for #1412RealBadAngel2014-06-27
|
* Fix chat overlaying full screen, now it's gonna overlay only up to length of ↵sapier2014-06-20
| | | | longest line
* Remove not really used guiTextInputMenusapier2014-06-17
|
* Fix issue #1275 - wielded index greater than inv size.RealBadAngel2014-06-17
|
* Fix HUD not visible if below ground blacked outsapier2014-06-12
|
* Fix switch from "skybox" to other sky types as triggered by player:set_sky()Perttu Ahola2014-06-08
|
* Small cleanup of hud add/remove codesapier2014-05-31
|
* Hide pause menu prior drawing "shutting down..." messagesapier2014-05-24
|
* Add support for interlaced polarized 3d screenssapier2014-05-18
| | | | Add (experimental) support for topbottom as well as sidebyside 3d mode
* Fix error messages beeing shown on pressing cursor keys in various menussapier2014-05-11
|
* Fix heart + bubble bar size on different texture packssapier2014-05-07
| | | | | | | Add DPI support for statbar Move heart+bubble bar to Lua HUD Add statbar size (based upon an idea by blue42u) Add support for customizing breath and statbar
* Bugfix: make waypoints respect camera offsetRealBadAngel2014-05-05
|
* Add download rate to media progress bar (non http mode only!)sapier2014-04-29
| | | | Minor coding style fixes
* Make debug text adjust it's border to the screensize and fix a border update bugShadowNinja2014-04-27
|
* Add support for dpi based HUD scalingsapier2014-04-27
| | | | | | Add support for (configurable) multiline hotbar Improved screensize handling Add userdefined gui scale by BlockMen
* Fix lost pause support in singleplayersapier2014-04-24
|
* Fix formspec replacement handling for in game formspecssapier2014-04-22
|
* Fix red background missing in deathscreensapier2014-04-21
|
* Replace deathscreen by formspec variantsapier2014-04-19
|
* Fix warningsproller2014-04-19
|
* Remove liquid_finite and weatherproller2014-04-18
|
* Fix all warnings reported by clangSfan52014-04-15
|
* Add player:set_eye_offset() by @MirceaKitsune and clean upBlockMen2014-04-12
|
* Add third person viewBlockMen2014-04-12
|
* Infer ipv6_server from bind_address; fix client connect to IN(6)ADDR_ANYKahrl2014-04-10
|
* Cleanup client init states by bumping protocol versionsapier2014-04-08
| | | | | | | | | | Don't use TOSERVER_RECEIVED_MEDIA but TOSERVER_CLIENT_READY as indicatio for client ready Handle clients with protocol version < 23 (almost) same way as before Make client tell server about it's version Add client state to not send bogus player position updates prior init complete Add access to statistics information (peer connction time,rtt,version) Fix clients standing stalled in world while preloading item visuals (new clients only) Add get_player_information to read client specific information from lua
* Performance optimized button to button mask evaluationsapier2014-04-03
|
* Fix lost change password buttonsapier2014-04-01
|
* Normal maps generation on the fly.RealBadAngel2014-03-21
| | | | | Parallax mapping with slope information. Overriding normal maps.
* Fix sound not being played at the correct place.Novatux2014-03-15
|
* Fix game pause in singleplayerBlockMen2014-03-13
|
* Fix special characters in pause and message menuBlockMen2014-03-13
|
* Replace usage of long long with u64/s64ShadowNinja2014-03-12
|
* Fix race condition on exit to menusapier2014-03-09
|
* Replace pause and message menu by formspec onessapier2014-03-05
|
* Fix rendering glitches when far from the center of the mapNovatux2014-03-04
|
* Remove lots of dead codesapier2014-02-07
| | | | | Add check for datatype overflows use native datatype indices instead of fixed 16bit/32bit ones
* Add the option to bind to a specific addressShadowNinja2014-02-05
|
* Add player:override_day_night_ratio() for arbitrarily controlling sunlight ↵Perttu Ahola2014-02-01
| | | | brightness
* Add player:set_sky() with simple skybox supportPerttu Ahola2014-02-01
|