Vittorio Giovara <vittorio.giovara@gmail.com> [Wed, 04 Nov 2015 16:53:33 +0100] rev 11298
Update libav API, keeping forward and backward compatibility
Vittorio Giovara <vittorio.giovara@gmail.com> [Wed, 04 Nov 2015 16:20:52 +0100] rev 11297
Let initialization happen in the appropriate function
Vittorio Giovara <vittorio.giovara@gmail.com> [Wed, 04 Nov 2015 16:20:46 +0100] rev 11296
Specify the enum type for Pixel and Sample formats
Vittorio Giovara <vittorio.giovara@gmail.com> [Wed, 04 Nov 2015 16:19:33 +0100] rev 11295
Update libav API, keeping forward and backward compatibility
koda [Wed, 04 Nov 2015 13:42:09 +0100] rev 11294
Enable cmake policy 26
antonc27 <antonc27@mail.ru> [Wed, 04 Nov 2015 06:56:37 +0100] rev 11293
- Disabled non-adapted for mobile game styles
Note: Motivation for reduction explained here - http://www.hedgewars.org/node/6343
antonc27 <antonc27@mail.ru> [Wed, 04 Nov 2015 06:39:04 +0100] rev 11292
- Added 'World Edge' flag for Scheme Settings
antonc27 <antonc27@mail.ru> [Wed, 04 Nov 2015 06:17:31 +0100] rev 11291
- Refactoring for SingleSchemeViewController: checkValueString macro changed to helper method
antonc27 <antonc27@mail.ru> [Wed, 04 Nov 2015 03:42:11 +0100] rev 11290
- Disabling generation of position-dependent code for 'Distro Adhoc' config
antonc27 <antonc27@mail.ru> [Wed, 04 Nov 2015 03:40:38 +0100] rev 11289
- '-Os' fpc optimization compiler flag replaced with '-O2'
Note 1: '-Os' cause crash on device. Seems like fpc bug.
Note 2: Higher optimization flags ('-O3' and '-O4') has bad side effects, like wrong drawing of hogs.
antonc27 <antonc27@mail.ru> [Wed, 04 Nov 2015 03:23:32 +0100] rev 11288
- GCC_THUMB_SUPPORT removed
Note: This flag needed only for armv6, so outdated now. More info - http://stackoverflow.com/a/3311608/2241008
antonc27 <antonc27@mail.ru> [Wed, 04 Nov 2015 03:19:03 +0100] rev 11287
- Removing unnecessary '-Wl,-no_order_inits' linker flag
Note: More info here - http://wiki.freepascal.org/iPhone/iPod_development
sheepluva [Wed, 04 Nov 2015 01:36:34 +0100] rev 11286
wrap bee during pre-flight too
sheepluva [Wed, 04 Nov 2015 01:30:28 +0100] rev 11285
bump version too
sheepluva [Wed, 04 Nov 2015 00:20:07 +0100] rev 11284
closing 0.9.21 branch
sheepluva [Tue, 03 Nov 2015 23:33:32 +0100] rev 11283
merge changelog changes of 0.9.22 into default
sheepluva [Tue, 03 Nov 2015 23:32:14 +0100] rev 11282
add HedgeEditor to changelog
antonc27 <antonc27@mail.ru> [Tue, 03 Nov 2015 22:57:01 +0100] rev 11281
- Added 'Air Mines' flag for Scheme Settings
sheepluva [Tue, 03 Nov 2015 22:06:16 +0100] rev 11280
tweak changelog
antonc27 <antonc27@mail.ru> [Tue, 03 Nov 2015 21:43:05 +0100] rev 11279
- Fix for localization of game settings detailLabel in SingleSchemeViewController
sheepluva [Tue, 03 Nov 2015 21:24:35 +0100] rev 11278
bump protocol number
sheepluva [Tue, 03 Nov 2015 21:18:25 +0100] rev 11277
make hammer non-lethal again (as requested by unC0Rr)
sheepluva [Tue, 03 Nov 2015 21:07:24 +0100] rev 11276
0.9.22 branch
unc0rr [Tue, 03 Nov 2015 21:43:56 +0300] rev 11275
Workaround mysql-simple library stupiness regarding executeMany
antonc27 <antonc27@mail.ru> [Tue, 03 Nov 2015 04:49:50 +0100] rev 11274
- Implement fake 'Normal' game style as in qt front-end
antonc27 <antonc27@mail.ru> [Tue, 03 Nov 2015 01:27:15 +0100] rev 11273
- Better place for removeObserver: calls
Note: viewDidUnload never called since iOS 6
antonc27 <antonc27@mail.ru> [Tue, 03 Nov 2015 01:22:35 +0100] rev 11272
- Stub for disabling game styles on mobile
koda [Tue, 03 Nov 2015 01:14:27 +0100] rev 11271
Always install before making dmg
koda [Tue, 03 Nov 2015 00:51:11 +0100] rev 11270
Fix compiling engine with OSX frameworks
koda [Tue, 03 Nov 2015 00:13:44 +0100] rev 11269
Added tag 0.9.22-release for
changeset 9621fdcad965
unc0rr [Mon, 02 Nov 2015 23:23:06 +0300] rev 11268
Let's try to store games info necessary for ratings
nemo [Sun, 01 Nov 2015 15:08:39 -0500] rev 11267
do the same thing for the chute/birdy/saucer block
nemo [Sun, 01 Nov 2015 15:06:55 -0500] rev 11266
Make camera refocus less aggressive. Only if there's a camera target already.
unc0rr [Sun, 01 Nov 2015 18:35:18 +0300] rev 11265
Update versions information
unc0rr [Sun, 01 Nov 2015 16:58:34 +0300] rev 11264
This is .22 release revision
unc0rr [Sat, 31 Oct 2015 21:38:59 +0300] rev 11263
inc(HEDGEWARS_PROTO_VER)
antonc27 <antonc27@mail.ru> [Sat, 31 Oct 2015 04:03:17 +0100] rev 11262
- Finally added rus localization for all User Missions
- Some missed strings added to stub.lua
Note: Maybe some translation checks needed
antonc27 <antonc27@mail.ru> [Fri, 30 Oct 2015 23:06:25 +0100] rev 11261
- Return of stereo sound for mobile!
- 'Justyouwait' voice sound not skipped anymore
antonc27 <antonc27@mail.ru> [Fri, 30 Oct 2015 21:08:05 +0100] rev 11260
- Set iPad version to require fullscreen
Note: Otherwise has 'invalid bundle. iPad multitasking' error on upload to iTunes Connect
antonc27 <antonc27@mail.ru> [Fri, 30 Oct 2015 21:06:03 +0100] rev 11259
- Fix for not compiling Pascal sources when archiving app for AppStore
nemo [Fri, 30 Oct 2015 16:04:51 -0400] rev 11258
refocus camera on roping hog. totally untested.
antonc27 <antonc27@mail.ru> [Fri, 30 Oct 2015 03:14:39 +0100] rev 11257
- Rus localization for Target Practices
antonc27 <antonc27@mail.ru> [Fri, 30 Oct 2015 01:31:32 +0100] rev 11256
- Rus localization for Speed Shoppa Challenges
antonc27 <antonc27@mail.ru> [Fri, 30 Oct 2015 00:03:58 +0100] rev 11255
- Removing of CMake generated files in 'UpdateDataFolder' script
antonc27 <antonc27@mail.ru> [Fri, 30 Oct 2015 00:01:26 +0100] rev 11254
- Better handling of cell's tag in SingleTeamViewController
antonc27 <antonc27@mail.ru> [Thu, 29 Oct 2015 23:59:51 +0100] rev 11253
- Refactoring of SavedViewController:
- - Workaround for cells' wrong tags in SavedViewController when removing saves
- - Disabled editing of save names
antonc27 <antonc27@mail.ru> [Thu, 29 Oct 2015 03:48:42 +0100] rev 11252
- FindTable functionality for HoldTableViewCell and EditableCellView extracted to category
nemo [Wed, 28 Oct 2015 10:01:31 -0400] rev 11251
few more missing nil checks in crate spawn
antonc27 <antonc27@mail.ru> [Wed, 28 Oct 2015 03:41:00 +0100] rev 11250
- Fix for crash while deleting >=2 saved games
Note: SavedGamesViewController certainly needs refactoring
sheepluva [Wed, 28 Oct 2015 01:29:39 +0100] rev 11249
Removed tag Nice one
sheepluva [Wed, 28 Oct 2015 00:06:13 +0100] rev 11248
Added tag 0.9.22-RC for
changeset d9622394ec9c
sheepluva [Tue, 27 Oct 2015 21:11:44 +0100] rev 11247
somebody was so nice to mention me in credits, but misspelled my last name
unc0rr [Tue, 27 Oct 2015 23:04:15 +0300] rev 11246
Also pass script information alongwith winner/achievements info, so that we could potentially have per mode ratings
antonc27 <antonc27@mail.ru> [Tue, 27 Oct 2015 05:11:48 +0100] rev 11245
- Rus localization for portal mission
antonc27 <antonc27@mail.ru> [Mon, 26 Oct 2015 00:54:58 +0100] rev 11244
- Rus localization update for Basic Trainings in ru.lua
- Some missed strings added to stub.lua
sheepluva [Sun, 25 Oct 2015 20:40:27 +0100] rev 11243
changelog update