Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix memory leaks in GenericCAO, ShaderSource and Player classes | sapier | 2014-07-02 | 3 | -3/+8 | |
| | ||||||
* | Fix inversion of full_punch_interval | Novatux | 2014-07-02 | 1 | -1/+1 | |
| | ||||||
* | Fix regression in light calculation | sapier | 2014-06-30 | 1 | -1/+4 | |
| | ||||||
* | Fix serverlist code style, const-correctness, and types | ShadowNinja | 2014-06-30 | 3 | -89/+89 | |
| | ||||||
* | Fix server list boolean typing and alignment | ShadowNinja | 2014-06-30 | 1 | -30/+40 | |
| | ||||||
* | Add support for multipart/form-data to HTTPFetch for server announcing | ShadowNinja | 2014-06-30 | 4 | -18/+63 | |
| | ||||||
* | Copy zlib and freetype dll to windows package too | sapier | 2014-06-29 | 1 | -0/+6 | |
| | ||||||
* | Add support for Android 2.3+ | sapier | 2014-06-29 | 32 | -127/+2169 | |
| | | | | | | | | | | | | | 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! | |||||
* | Don't spam server console on player/playersao error but just drop the ↵ | sapier | 2014-06-29 | 1 | -4/+6 | |
| | | | | affected client | |||||
* | Glasslike_framed drawtype rework. | RealBadAngel | 2014-06-29 | 1 | -50/+158 | |
| | ||||||
* | OS X compatibility fixes | Martin Doege | 2014-06-29 | 8 | -19/+138 | |
| | ||||||
* | Fix msvc2012 build | sapier | 2014-06-29 | 2 | -2/+4 | |
| | ||||||
* | Add formspec api versioning | sapier | 2014-06-29 | 6 | -34/+130 | |
| | ||||||
* | Make sure none of the irrlicht member objects of GenericCAO are deleted ↵ | sapier | 2014-06-29 | 1 | -0/+13 | |
| | | | | prior deletion of GenericCAO | |||||
* | Make player files saving again | SmallJoker | 2014-06-29 | 2 | -0/+2 | |
| | ||||||
* | Add prefixes to enum values and fix style issues | kwolekr | 2014-06-28 | 6 | -124/+115 | |
| | ||||||
* | Make GUITable mouse wheel scrolling faster | Kahrl | 2014-06-27 | 1 | -1/+1 | |
| | ||||||
* | Fix GenericCAO fails to grabing member animated mesh node to prevent it do ↵ | sapier | 2014-06-27 | 1 | -0/+2 | |
| | | | | be deleted to early | |||||
* | Fix wrong status text rectangle. Fix for #1412 | RealBadAngel | 2014-06-27 | 1 | -1/+1 | |
| | ||||||
* | Add separate download timeout to allow download of bigger files or on low ↵ | sapier | 2014-06-26 | 2 | -0/+2 | |
| | | | | bandwidth lines | |||||
* | Fix statement not set NULL on deletion | sapier | 2014-06-25 | 1 | -11/+14 | |
| | | | | Make local only variables static | |||||
* | Add setting for tooltips show delay. | RealBadAngel | 2014-06-25 | 3 | -1/+5 | |
| | ||||||
* | Tooltips rework. | RealBadAngel | 2014-06-24 | 2 | -42/+114 | |
| | | | | | Separate element for tooltips. Delayed showing, use global color or given ones. | |||||
* | Handle missing tablecolumns[], fixes bug #1187 | Kahrl | 2014-06-24 | 1 | -0/+10 | |
| | ||||||
* | GUITable typo fixes in comments | Kahrl | 2014-06-24 | 1 | -2/+2 | |
| | ||||||
* | Store the maximum player file tries in a constant | ShadowNinja | 2014-06-23 | 3 | -2/+7 | |
| | ||||||
* | Only try to load from possible player files | ShadowNinja | 2014-06-23 | 3 | -67/+37 | |
| | ||||||
* | Only keep players loaded while they're connected | ShadowNinja | 2014-06-23 | 6 | -242/+181 | |
| | ||||||
* | Remove confusing code block from SQLite3 database | ShadowNinja | 2014-06-23 | 1 | -42/+38 | |
| | ||||||
* | Clear inventory before setting lists | ShadowNinja | 2014-06-23 | 1 | -9/+10 | |
| | ||||||
* | Fix Windows build | sfan5 | 2014-06-23 | 1 | -0/+6 | |
| | ||||||
* | Fix race condition on accessing m_time_of_day_speed causing day night race ↵ | sapier | 2014-06-23 | 2 | -7/+31 | |
| | | | | on some architectures | |||||
* | Remove MapVoxelManipulator not really used by anyone | sapier | 2014-06-23 | 2 | -190/+13 | |
| | ||||||
* | Remove emerge and speedup addArea by using memcopy instead of one by one ↵ | sapier | 2014-06-23 | 4 | -112/+83 | |
| | | | | assignment | |||||
* | Minor fix in check order | sapier | 2014-06-23 | 1 | -49/+51 | |
| | ||||||
* | Don't keep temporary images in RAM | sapier | 2014-06-23 | 1 | -23/+12 | |
| | ||||||
* | Avoid doing a full material compare if not even first texture does match | sapier | 2014-06-23 | 1 | -30/+37 | |
| | ||||||
* | Speedup attachement handling by replacing vector search by direct array ↵ | sapier | 2014-06-23 | 4 | -77/+48 | |
| | | | | access and secondary child lookup vector | |||||
* | Use memset for flag initialization (compiler optimization is way better) | sapier | 2014-06-23 | 1 | -7/+8 | |
| | | | | use temp variables instead of recalculating array index | |||||
* | Speedup getTileInfo by up to 30% | sapier | 2014-06-23 | 1 | -4/+8 | |
| | ||||||
* | Speedup getBlockNodeIdMapping by up to factor 4 by using a fixed size ↵ | sapier | 2014-06-23 | 1 | -6/+10 | |
| | | | | mapping array | |||||
* | Fix sqlite3 map shutdown fails due to missing to finalize list statement | sapier | 2014-06-22 | 2 | -28/+69 | |
| | | | | | Add error output on fail to shutdown sqlite3 map db Implement shutdown of sqlite3 rollback db | |||||
* | Support for scalable font and gui elements | sapier | 2014-06-22 | 7 | -48/+134 | |
| | | | | | Fix positioning of tabheader in order to be usable for scaling GUIs WARNING: this changes position of current tabheaders, mods have to adjust! | |||||
* | Fix uncought deserialization error on receiving data | sapier | 2014-06-22 | 1 | -0/+5 | |
| | ||||||
* | Fix server assert in case of invalid message from client, just kick that client. | sapier | 2014-06-21 | 1 | -1/+7 | |
| | ||||||
* | Don't handle lack of IPv6 as fatal in unit tests | sapier | 2014-06-20 | 1 | -13/+20 | |
| | ||||||
* | Fix labels and vertlabels on some systems. | RealBadAngel | 2014-06-20 | 2 | -3/+3 | |
| | ||||||
* | Fix small memory leaks on shutdown | sapier | 2014-06-20 | 3 | -4/+10 | |
| | ||||||
* | Fix build on big endian architectures. | Matthew Bekkema | 2014-06-20 | 1 | -16/+17 | |
| | ||||||
* | Fix chat overlaying full screen, now it's gonna overlay only up to length of ↵ | sapier | 2014-06-20 | 1 | -1/+1 | |
| | | | | longest line |