antonc27 <antonc27@mail.ru> [Sun, 20 Sep 2015 01:48:18 +0200] rev 11186
- 'One of everything' ammo set added to iOS front-end
sheepluva [Sat, 19 Sep 2015 22:17:50 +0200] rev 11185
tweak tips a little (loosely based on Wuzzy's suggestions)
antonc27 <antonc27@mail.ru> [Fri, 18 Sep 2015 06:03:49 +0200] rev 11184
- Fix for getting the correct fort name in FortsViewController
antonc27 <antonc27@mail.ru> [Fri, 18 Sep 2015 05:37:55 +0200] rev 11183
- Added functionality to select one hat for all hogs at team settings
antonc27 <antonc27@mail.ru> [Fri, 18 Sep 2015 04:33:37 +0200] rev 11182
- Fix for consequent selection of same hat for all hogs in settings
- Small refactoring of HogHatViewController
antonc27 <antonc27@mail.ru> [Thu, 17 Sep 2015 23:53:54 +0200] rev 11181
- Refactoring of MainMenuViewController
sheepluva [Thu, 17 Sep 2015 09:59:58 +0200] rev 11180
speed up TrophyRace deaths
sheepluva [Thu, 17 Sep 2015 07:41:40 +0200] rev 11179
add TODO
nemo [Wed, 16 Sep 2015 08:58:51 -0400] rev 11178
remove racist trydo 😝
antonc27 <antonc27@mail.ru> [Tue, 15 Sep 2015 06:05:11 +0200] rev 11177
- Possibility to send log file by email from app
Note: Ugly ifdef's are necessary, because we don't want to include MessageUI framework into 'Distro Appstore' build scheme
antonc27 <antonc27@mail.ru> [Tue, 15 Sep 2015 04:28:25 +0200] rev 11176
- Refactoring. Separation of game log viewing code to GameLogViewController
antonc27 <antonc27@mail.ru> [Mon, 14 Sep 2015 07:02:06 +0200] rev 11175
- Attempt to fix a crash while selecting 'Random' for map generation
Note 1: It occurs in BezierizeEdge procedure of uLandOutline while generating land preview
Note 2: Crash fixed, but most previews are not generated correctly, e.g. it's a case for bordered map.
nemo [Sun, 13 Sep 2015 18:58:22 -0400] rev 11174
airmine hand sprite by wuzzy. totally temporary...
nemo [Sun, 13 Sep 2015 16:38:53 -0400] rev 11173
aaand make sure the commented out line matches
nemo [Sun, 13 Sep 2015 16:36:39 -0400] rev 11172
Add damage to gear values to mess with
nemo [Sun, 13 Sep 2015 16:24:37 -0400] rev 11171
Oups. 6, not 12 - was testing
nemo [Sun, 13 Sep 2015 16:23:32 -0400] rev 11170
Allow for arbitrary number of airstrike bombs and spacing.
nemo [Sun, 13 Sep 2015 15:36:06 -0400] rev 11169
Move health:= 6 to gear addition so lua can more easily override it.
wuzzy [Sat, 12 Sep 2015 21:13:35 +0200] rev 11168
german translation update (incl. string reordering - blame sheepluva)
wuzzy [Sat, 12 Sep 2015 19:00:52 +0200] rev 11167
german translation updates
antonc27 <antonc27@mail.ru> [Sat, 12 Sep 2015 05:46:59 +0200] rev 11166
Merge
antonc27 <antonc27@mail.ru> [Sat, 12 Sep 2015 05:39:35 +0200] rev 11165
- Revert of 'Reset for previously selected static map'
sheepluva [Sat, 12 Sep 2015 05:20:52 +0200] rev 11164
uVariables: also initialize arrays and records in initModule
antonc27 <antonc27@mail.ru> [Sat, 12 Sep 2015 05:23:28 +0200] rev 11163
- These properties are not necessary to clean when receiving memory warning
antonc27 <antonc27@mail.ru> [Sat, 12 Sep 2015 05:21:21 +0200] rev 11162
- We don't need to explicitly propagate vc lifecycle messages
Note: This actually fix crash related to [SDL_uikitwindow release], which appears after receiving memory warning during playing one game, finishing it and getting back to GameConfigViewController.
antonc27 <antonc27@mail.ru> [Sat, 12 Sep 2015 04:12:29 +0200] rev 11161
- Reset for previously selected static map
Note: If static map doesn't reset, library continue to use it, even if user select generated maze map from game settings.
antonc27 <antonc27@mail.ru> [Sat, 12 Sep 2015 04:02:27 +0200] rev 11160
Merge
sheepluva [Fri, 11 Sep 2015 21:42:55 +0200] rev 11159
merge
sheepluva [Fri, 11 Sep 2015 21:41:35 +0200] rev 11158
simplify code
sheepluva [Fri, 11 Sep 2015 09:18:08 +0200] rev 11157
exclude uMatrix from pas2c build
sheepluva [Fri, 11 Sep 2015 08:15:17 +0200] rev 11156
fix pas2c build, it was broken in the long long ago ( 97f9a25024e6 )
sheepluva [Fri, 11 Sep 2015 07:39:01 +0200] rev 11155
pas2c doesn't like {$ENDIF} with argument
sheepluva [Fri, 11 Sep 2015 05:54:17 +0200] rev 11154
make uVariables not depend on implicit one-time initialization by FPC
antonc27 <antonc27@mail.ru> [Fri, 11 Sep 2015 01:05:02 +0200] rev 11153
- ifdef for IPHONEOS in glLoadExtension
sheepluva [Thu, 10 Sep 2015 18:50:39 +0200] rev 11152
stop rc plane prop/engine sound when out of fuel
sheepluva [Thu, 10 Sep 2015 18:22:52 +0200] rev 11151
merge branch ios-revival into default
antonc27 <antonc27@mail.ru> [Thu, 10 Sep 2015 17:51:49 +0200] rev 11150
- ifdef for CMEM
antonc27 <antonc27@mail.ru> [Thu, 10 Sep 2015 17:47:01 +0200] rev 11149
- ifdef for engine exit/halt
antonc27 <antonc27@mail.ru> [Thu, 10 Sep 2015 01:49:15 +0200] rev 11148
- Refactoring in order to remove some warning related to using of int instead of NSInteger
antonc27 <antonc27@mail.ru> [Thu, 10 Sep 2015 01:31:52 +0200] rev 11147
- First attempt to fix crashes on loading 'Styles'
antonc27 <antonc27@mail.ru> [Sun, 06 Sep 2015 04:30:30 +0200] rev 11146
- Fixes for cropped background image on iPhone
antonc27 <antonc27@mail.ru> [Sun, 06 Sep 2015 03:17:22 +0200] rev 11145
- Restyle of 'Simple' and 'Missions' buttons at Main screen
antonc27 <antonc27@mail.ru> [Sat, 05 Sep 2015 23:46:31 +0200] rev 11144
- Added required icons
antonc27 <antonc27@mail.ru> [Sat, 05 Sep 2015 23:12:23 +0200] rev 11143
- arm64 added as valid arch
- 'Skip Install' set to 'YES' for libraries
- 'Build libfpc.a' modified
- fpc compiling options cleared
antonc27 <antonc27@mail.ru> [Thu, 27 Aug 2015 23:52:38 +0200] rev 11142
- Version bump to 2.0
antonc27 <antonc27@mail.ru> [Thu, 27 Aug 2015 23:21:07 +0200] rev 11141
- Fix for crash on loading SingleWeaponViewController in Settings
antonc27 <antonc27@mail.ru> [Thu, 27 Aug 2015 23:19:29 +0200] rev 11140
- 'safeScale' now always 1.0
Note: Really a little bit weird, but seems to work perfectly
antonc27 <antonc27@mail.ru> [Thu, 27 Aug 2015 23:18:29 +0200] rev 11139
- Load fonts on init if not 'mobile'
antonc27 <antonc27@mail.ru> [Tue, 18 Aug 2015 01:11:17 +0200] rev 11138
- Property for port in MapPreviewButtonView
Anton Malmygin <antonc27@mail.ru> [Tue, 18 Aug 2015 01:08:21 +0200] rev 11137
- Using of @autoreleasepool is better
antonc27 <antonc27@mail.ru> [Tue, 18 Aug 2015 00:51:23 +0200] rev 11136
- Fix for iPhone 4S screen size
antonc27 <antonc27@mail.ru> [Sun, 16 Aug 2015 02:32:03 +0200] rev 11135
- Fix for 'hold for delete' for cells in teams table
antonc27 <antonc27@mail.ru> [Sat, 15 Aug 2015 20:49:06 +0200] rev 11134
Merge with ios-rus-localization
antonc27 <antonc27@mail.ru> [Sat, 15 Aug 2015 20:48:13 +0200] rev 11133
- Fix for retrieving 'Maze' preview genration
Note: We use now GCD instead of pthread for launch preview generation from engine side (it is now done with RunEngine, not direct call to GenLandPreview)
Note 2: For a moment LandPreview without Alpha used
antonc27 <antonc27@mail.ru> [Sat, 15 Aug 2015 20:38:07 +0200] rev 11132
- Improved fix for UI elements positioning at GameConfigViewController
antonc27 <antonc27@mail.ru> [Sat, 15 Aug 2015 17:08:50 +0200] rev 11131
- Localization for SingleSchemeViewController fixed
- Typos in Russian Scheme.strings
antonc27 <antonc27@mail.ru> [Sat, 15 Aug 2015 16:26:00 +0200] rev 11130
- Russian Scheme.strings localized
antonc27 <antonc27@mail.ru> [Sat, 15 Aug 2015 04:23:12 +0200] rev 11129
- Russian Localizable.strings localized
- Few fixes for Russian About.strings
antonc27 <antonc27@mail.ru> [Sat, 15 Aug 2015 04:20:33 +0200] rev 11128
- Fix for localization of detail labels at AboutViewController
antonc27 <antonc27@mail.ru> [Sat, 15 Aug 2015 02:41:35 +0200] rev 11127
- Russian About.strings localized
antonc27 <antonc27@mail.ru> [Sat, 15 Aug 2015 02:24:36 +0200] rev 11126
- Rus localization started
antonc27 <antonc27@mail.ru> [Sat, 15 Aug 2015 02:22:17 +0200] rev 11125
- Russian localization files added
TODO: Actually localize these files
antonc27 <antonc27@mail.ru> [Sat, 15 Aug 2015 01:44:21 +0200] rev 11124
- Small fix for debug view frame
Note: Still need to handle autorotation here
antonc27 <antonc27@mail.ru> [Sat, 15 Aug 2015 01:40:06 +0200] rev 11123
- Fix for initial wrong UI positioning for GameConfigViewController
antonc27 <antonc27@mail.ru> [Sat, 15 Aug 2015 00:59:33 +0200] rev 11122
- Fix for show/hide helpPage animations
antonc27 <antonc27@mail.ru> [Sat, 15 Aug 2015 00:22:04 +0200] rev 11121
- HelpPageLobbyViewController updated: various UI fixes, autorotation fixes, help bubbles for iPad grouped
Note: Xib's are automodified by Xcode
antonc27 <antonc27@mail.ru> [Fri, 14 Aug 2015 21:27:55 +0200] rev 11120
- HelpPageLobbyViewController returned to project (back from 2012!), also help bubble images added
antonc27 <antonc27@mail.ru> [Fri, 14 Aug 2015 02:10:53 +0200] rev 11119
- Fix for loading missions descriptions
Note: Much way better is to use NSDictionary here! Must be refactored
antonc27 <antonc27@mail.ru> [Fri, 14 Aug 2015 02:09:46 +0200] rev 11118
- Fix for strange problem with table view in StatsPage - rowHeight is 1 by default. So, fixed by implicit size.
antonc27 <antonc27@mail.ru> [Fri, 14 Aug 2015 02:04:46 +0200] rev 11117
- RestoreViewController functionality uncommented
Anton Malmygin <antonc27@mail.ru> [Fri, 14 Aug 2015 02:02:15 +0200] rev 11116
- Interscreen transitions fixed
antonc27 <antonc27@mail.ru> [Fri, 14 Aug 2015 01:55:42 +0200] rev 11115
- MGSplitViewController updated to last version with iOS 8 fixes
antonc27 <antonc27@mail.ru> [Thu, 13 Aug 2015 13:41:50 +0200] rev 11114
- Fix for main view orientation problems
antonc27 <antonc27@mail.ru> [Thu, 13 Aug 2015 13:40:12 +0200] rev 11113
- Fix for app crash after ending game
Note: Note sure why halt() not working correctly, also must pay attention to memory management here
antonc27 <antonc27@mail.ru> [Thu, 13 Aug 2015 01:34:01 +0200] rev 11112
- Name fixing for buttons
antonc27 <antonc27@mail.ru> [Thu, 13 Aug 2015 01:33:40 +0200] rev 11111
- Using come for internal memory management
Note: This fixed crash with ansisitring deletion while loading 'en.txt' locale
P.S. guys from #fpc suggested what this is just a spoof, not a real fix. maybe need more carefully mange memory here
antonc27 <antonc27@mail.ru> [Thu, 13 Aug 2015 01:31:37 +0200] rev 11110
- 'Generate position dependent code' et to NO. Otherwise crashed at initialization step.
antonc27 <antonc27@mail.ru> [Tue, 11 Aug 2015 02:42:53 +0200] rev 11109
- VALID_ARCHS reduced for all projects
antonc27 <antonc27@mail.ru> [Tue, 11 Aug 2015 00:16:28 +0200] rev 11108
- VALID_ARCHS changed
- Build libfpc.a script changed
Note: Not sure about valid archs
antonc27 <antonc27@mail.ru> [Tue, 11 Aug 2015 00:15:30 +0200] rev 11107
- Small warning fix
antonc27 <antonc27@mail.ru> [Mon, 10 Aug 2015 22:50:34 +0200] rev 11106
- Actually fix for rendering on iOS ]:->
antonc27 <antonc27@mail.ru> [Mon, 10 Aug 2015 22:49:52 +0200] rev 11105
- Fix for hiding launch window after launch and not blocking SDL window on engine anymore
antonc27 <antonc27@mail.ru> [Mon, 10 Aug 2015 22:48:02 +0200] rev 11104
- Some weird staff with bounds commented here
antonc27 <antonc27@mail.ru> [Mon, 10 Aug 2015 22:47:37 +0200] rev 11103
- Bogus 'lodeNiceHogs' disabled
Note: Fiw and uncomment after
antonc27 <antonc27@mail.ru> [Mon, 10 Aug 2015 22:44:51 +0200] rev 11102
- Restore game functionality disabled, because it blocks main screen
Note: Uncomment this after
antonc27 <antonc27@mail.ru> [Sun, 09 Aug 2015 16:20:35 +0200] rev 11101
Added tag Nice one for
changeset 0f5961910e27
antonc27 <antonc27@mail.ru> [Sun, 09 Aug 2015 15:38:00 +0200] rev 11100
- Resolves problem with wrong path to chef hat on iOS
antonc27 <antonc27@mail.ru> [Sun, 09 Aug 2015 15:37:29 +0200] rev 11099
- Fix for wrong start paramIndex in case of Hwlibrary
antonc27 <antonc27@mail.ru> [Sun, 09 Aug 2015 00:04:41 +0200] rev 11098
- Fix for new name of SDL 2 libraries
Note: Actually, seems to work correctly without it, but just to be sure
antonc27 <antonc27@mail.ru> [Sat, 08 Aug 2015 23:01:02 +0200] rev 11097
- Fix for launching with SDL
Note: Worked actually, but this is not in guidelines of SDL...
antonc27 <antonc27@mail.ru> [Sat, 08 Aug 2015 22:55:02 +0200] rev 11096
- Fix for "Exception: Could not load OpenGL from /System/Library/Frameworks/OpenGL.framework/Libraries/libGL.dylib" at start of app
P.S. This error also a lovely one ]:->
antonc27 <antonc27@mail.ru> [Sat, 08 Aug 2015 22:52:24 +0200] rev 11095
- Fix for "error: invalid abbreviation code [115] for DIE at"
More info here: http://forum.unity3d.com/threads/error-in-lastest-xcode.233591/
Note: But in this case we are not be able to read crash reports without dSYM ! So, this need to be improved
antonc27 <antonc27@mail.ru> [Sat, 08 Aug 2015 22:45:23 +0200] rev 11094
- Fix for PascalImports and for GenLandPreview
antonc27 <antonc27@mail.ru> [Sat, 08 Aug 2015 22:08:43 +0200] rev 11093
- Fix for "operator delete[](void*)", referenced from: not found for architecture x86_64"
Note: Don't know why SDL2 mixer complaining about this
antonc27 <antonc27@mail.ru> [Sat, 08 Aug 2015 22:06:03 +0200] rev 11092
- Small reorg of project
antonc27 <antonc27@mail.ru> [Sat, 08 Aug 2015 22:04:56 +0200] rev 11091
- CoreMotion framework added to project for SDL 2
antonc27 <antonc27@mail.ru> [Sat, 08 Aug 2015 22:02:31 +0200] rev 11090
- Fix for "uWorld.s:4736:8: error: base register is 64-bit, but index register is not leal (%rax,%edx),%eax"
Note: I love this kind of errors ]:->
antonc27 <antonc27@mail.ru> [Sat, 08 Aug 2015 21:58:28 +0200] rev 11089
- Fix for ArgParsers.pas:368: 23: Identifier not found "cDefaultPathPrefix"
Note: Just created dummy cDefaultPathPrefix
antonc27 <antonc27@mail.ru> [Sat, 08 Aug 2015 21:50:23 +0200] rev 11088
- Fix for uTouch.pas:365: 34: Identifier not found "nilFingerId"
antonc27 <antonc27@mail.ru> [Sat, 08 Aug 2015 21:45:38 +0200] rev 11087
- Fix for uPhysFSLayer.pas:167: 17: Identifier not found "cFontsPaths"
Note: Just commented staff related to Fonts finding
antonc27 <antonc27@mail.ru> [Sat, 08 Aug 2015 21:42:41 +0200] rev 11086
- Another fix for uRender.pas
Note: SDLGLcontext not visible in scope of uRender, so moving it to uStore
antonc27 <antonc27@mail.ru> [Sat, 08 Aug 2015 21:37:19 +0200] rev 11085
- Fix for compiling 'uRender.pas'
Note: Construction "{$IF GLunit = gles11}" are not valid at all!
Assumptions: We are not using pas2c and using OpenGL ES 1.1
antonc27 <antonc27@mail.ru> [Sat, 08 Aug 2015 21:25:59 +0200] rev 11084
- Missed pascal source files added to project
antonc27 <antonc27@mail.ru> [Sat, 08 Aug 2015 21:22:19 +0200] rev 11083
- Turkish localization removed from Xcode project
Fix for: "Read failed: The data couldn’t be read because it isn’t in the correct format."
antonc27 <antonc27@mail.ru> [Sat, 08 Aug 2015 21:04:47 +0200] rev 11082
- fpc updated to 3.1.1
- Build scripts updated
Note1: fpc must be compiled from sources before! Full instructions here: http://blog.naver.com/simonsayz/220305479793
Note2: Build script for a moment worked only for iPhone simulator 8.x and for new arch (like iPhone 6 or iPad Air)
antonc27 <antonc27@mail.ru> [Sat, 08 Aug 2015 20:58:13 +0200] rev 11081
- 'Default-568h@2x.png' added for retina screen
Note: Weird Xcode staff
antonc27 <antonc27@mail.ru> [Sat, 08 Aug 2015 20:52:30 +0200] rev 11080
- VALID_ARCHS updated for main project
antonc27 <antonc27@mail.ru> [Sat, 08 Aug 2015 20:51:12 +0200] rev 11079
- Xcode projects updated to recommended settings (auto done by Xcode)
- Deployment target now 7.0
antonc27 <antonc27@mail.ru> [Sat, 08 Aug 2015 20:35:35 +0200] rev 11078
- .hgignore file updated for Xcode related files
sheepluva [Thu, 10 Sep 2015 04:59:02 +0200] rev 11077
small code cleanup
unc0rr [Tue, 08 Sep 2015 19:20:58 +0300] rev 11076
more work
unc0rr [Sat, 05 Sep 2015 20:12:49 +0300] rev 11075
Generate handlers for lists
nemo [Fri, 04 Sep 2015 08:14:12 -0400] rev 11074
fix a couple of typos
unc0rr [Thu, 03 Sep 2015 23:33:06 +0300] rev 11073
Generate handlers accepting parameters dummies
Wuzzy [Thu, 03 Sep 2015 15:01:55 -0400] rev 11072
Updated shoppa tournament winners
unc0rr [Thu, 03 Sep 2015 20:59:48 +0300] rev 11071
Merge default
nemo [Thu, 03 Sep 2015 11:51:08 -0400] rev 11070
Add some HHGear nil checks to teleport.
google bug #974
Wuzzy [Thu, 03 Sep 2015 09:00:26 -0400] rev 11069
tip changes, mostly new strategy suggestions
sheepluva [Thu, 03 Sep 2015 01:26:03 +0200] rev 11068
allow holding PRECISE key to switch portal ball colors in reverse order
nemo [Wed, 02 Sep 2015 11:55:37 -0400] rev 11067
Trying to get these scripts to behave properly, still WIP though.