2016-02-07 |
antonc27 |
- uTypes must be included for reference of gmtLandPreview which used for iOS build
|
changeset |
files
|
2016-02-05 |
unC0Rr |
Racer maps #18 and #19
|
changeset |
files
|
2016-02-04 |
unc0rr |
Fix a crasher
|
changeset |
files
|
2016-02-01 |
unC0Rr |
Fix SDL_CreateThread in windows
|
changeset |
files
|
2016-01-31 |
unc0rr |
Bye-bye TryDo
|
changeset |
files
|
2016-01-23 |
sheepluva |
rename doStepCakeWork to doStepCakeWalk
|
changeset |
files
|
2016-01-23 |
sheepluva |
party tweak
|
changeset |
files
|
2016-01-23 |
nemo |
As an animation effect this should be in uGearsRender. Plus it'll still spark when paused then, which is kinda fun.
|
changeset |
files
|
2016-01-23 |
sheepluva |
tweak sniper training
|
changeset |
files
|
2016-01-23 |
nemo |
sparkles for dynamite at sheepy's request. he can tweak values if he wishes
|
changeset |
files
|
2016-01-23 |
nemo |
update translation files
|
changeset |
files
|
2016-01-23 |
sheepluva |
forgot viewport resize is a thing.
|
changeset |
files
|
2016-01-23 |
sheepluva |
fixing my math... I think ;p
|
changeset |
files
|
2016-01-23 |
sheepluva |
recognize proper birthday parties
|
changeset |
files
|
2016-01-23 |
sheepluva |
minor code tweaks
|
changeset |
files
|
2016-01-23 |
sheepluva |
add cinematic effect to "sinking feeling" intro sequence
|
changeset |
files
|
2016-01-23 |
sheepluva |
Lua API: SetCinematicMode(enable)
|
changeset |
files
|
2016-01-23 |
sheepluva |
adding a "cinematic mode" - currently: black bars on bottom/top. triggered by rcplane when pressing enter
|
changeset |
files
|
2016-01-19 |
sheepluva |
SDL2: fix toggling fullscreen. dunno how well this works on non-linux-OS
|
changeset |
files
|
2016-01-16 |
sheepluva |
find hg revision even if github author name is not the same as hg author (kodabb vs koda)
|
changeset |
files
|
2016-01-16 |
sheepluva |
recognize subdomains of hedgewars.org
|
changeset |
files
|
2016-01-16 |
sheepluva |
update some old google code links in the code/etc. thanks Wuzzy for the heads-up
|
changeset |
files
|
2016-01-16 |
sheepluva |
fix script for resolving git commit id to hg commit id (github page format changed; hw hg repo location too)
|
changeset |
files
|
2016-01-15 |
sheepluva |
fix comment; revert unintentional commit of some testing png
|
changeset |
files
|
2016-01-15 |
sheepluva |
serious anti wall sticking protection for hedgewars
|
changeset |
files
|
2016-01-15 |
sheepluva |
documentation tweak
|
changeset |
files
|
2016-01-13 |
unc0rr |
Damaged hog is not in a jumping state
|
changeset |
files
|
2016-01-13 |
unc0rr |
Add some delay to checker
|
changeset |
files
|
2016-01-13 |
unc0rr |
Don't allow to kick an admin with super power enabled
|
changeset |
files
|
2016-01-09 |
unc0rr |
SDLTry doesn't halt engine no more
|
changeset |
files
|
2016-01-13 |
sheepluva |
add some dust effect to rolling/sliding hedgehogs
|
changeset |
files
|
2016-01-12 |
koda |
changelog: Mention videorec fixes
|
changeset |
files
|
2016-01-12 |
sheepluva |
travis: don't skip joins because that would require #hedgewars to allow messages from outside the channel
|
changeset |
files
|
2016-01-12 |
sheepluva |
pas2c still does (not like) this
|
changeset |
files
|
2016-01-12 |
sheepluva |
don't send text input to chat if not in chat-mode.
|
changeset |
files
|
2016-01-12 |
sheepluva |
finish SDL2-window focus change detection code
|
changeset |
files
|
2016-01-12 |
sheepluva |
use MIX_DEFAULT_FORMAT for sound
|
changeset |
files
|
2016-01-12 |
sheepluva |
fix volume being at 0 on engine start. note: seems window focus changes are not detected atm. (relevant for sound dampening)
|
changeset |
files
|
2016-01-11 |
sheepluva |
update Changelog
|
changeset |
files
|
2016-01-11 |
sheepluva |
stop screenshot-flash-effects from showing up on consecutive screenshots
|
changeset |
files
|
2016-01-10 |
sheepluva |
merge Wuzzy's highlanderfix and statsicons bookmarks.
|
changeset |
files
|
2015-11-21 |
Wuzzy |
Customize stats screen icons
|
changeset |
files
|
2015-11-21 |
Wuzzy |
Use Goals instead of ShowMission for Highlander mission dialog
|
changeset |
files
|
2016-01-10 |
sheepluva |
merge Wuzzy's bluehogfix bookmark. note: there might be a cleaner fix...
|
changeset |
files
|
2015-11-21 |
Wuzzy |
Fix Lua error spam in "Chasing the blue hog" after drowning both Crazy Runner and Hog Solo
|
changeset |
files
|
2016-01-10 |
sheepluva |
merge Wuzzy's windowtitle bookmark
|
changeset |
files
|
2015-11-21 |
Wuzzy |
Add window titles for title-less windows
|
changeset |
files
|
2016-01-10 |
sheepluva |
merge Wuzzy's qttranslation bookmark
|
changeset |
files
|
2015-11-21 |
Wuzzy |
Load Qt library's translation
|
changeset |
files
|
2016-01-10 |
sheepluva |
don't attempt to prettify alpha of single-pixel textures (segfault with "digital" theme from forums)
|
changeset |
files
|
2016-01-10 |
sheepluva |
fix/clean-up mousewheel code
|
changeset |
files
|
2016-01-10 |
sheepluva |
Justyouwait.ogg wasn't installed on case-sensitive systems, due to a case typo in the CMakeLists. Thanks to TheMadCharles and Wuzzy for noticing.
|
changeset |
files
|
2016-01-05 |
nemo |
limit Y increment to 6 (saucer/birdy bug)
|
changeset |
files
|
2016-01-04 |
unc0rr |
Overwrite last '+' cmd in the queue instead of appending new command
|
changeset |
files
|
2016-01-02 |
nemo |
put teamrope into ShoppaMap too
|
changeset |
files
|
2016-01-01 |
unc0rr |
merge default
qmlfrontend
|
changeset |
files
|
2016-01-01 |
unc0rr |
Handle drawn maps from net
qmlfrontend
|
changeset |
files
|
2016-01-01 |
nemo |
add 32px to top offset
|
changeset |
files
|
2015-12-31 |
nemo |
Tweak the hole carving to become less agressive about spacing if random points keep failing.
|
changeset |
files
|
2015-12-31 |
nemo |
Force locations for hogs if even TryHard fails on initial spawn.
|
changeset |
files
|
2015-12-31 |
nemo |
Disable digging on solid land
|
changeset |
files
|
2015-12-31 |
unc0rr |
AI is pretty good at using Bee weapon
|
changeset |
files
|
2015-12-31 |
unC0Rr |
Some WIP for bee
|
changeset |
files
|
2015-12-31 |
nemo |
Some themers expressed desire to have translucent themes. While the current AA stuff in uLandGraphics won't really allow this to work with LandBackTex properly, seems to me it should be safe to allow alpha for LandTex. Our LandTex should all have alpha of 255 on the existing themes.
|
changeset |
files
|
2015-12-31 |
nemo |
remove hardcoded shotgun val
|
changeset |
files
|
2015-12-30 |
nemo |
set TryHard for placing hog automatically
|
changeset |
files
|
2015-12-30 |
nemo |
remove space from key binding name
|
changeset |
files
|
2015-12-30 |
nemo |
call this faller scrambling less often.
|
changeset |
files
|
2015-12-29 |
nemo |
Make weapon damage in most cases be a structure value and also expose it to lua. Needs testing/review due to conditions at time of doing this (w/ one arm, dizzy/tingling due to sodium citrate), and just number of places changed..
|
changeset |
files
|
2015-12-28 |
unc0rr |
Allow server admins to join passworded/restricted rooms when it is really needed
|
changeset |
files
|
2015-12-28 |
unc0rr |
Defer kicking to the time when everything is in consistent state
|
changeset |
files
|
2015-12-28 |
unc0rr |
Allow toggling registration requirement on live server
|
changeset |
files
|
2015-12-28 |
unc0rr |
Allow only one query per session
|
changeset |
files
|
2015-12-28 |
unc0rr |
Don't send LIST command on join
|
changeset |
files
|
2015-12-26 |
unc0rr |
- Fix passing of ansistrings via ipc
qmlfrontend
|
changeset |
files
|
2015-12-22 |
nemo |
assume frontend buffer utf-8 to avoid garbage strings in debug
|
changeset |
files
|
2015-12-20 |
unc0rr |
Fix two bugs, and yay, spectating works now
qmlfrontend
|
changeset |
files
|
2015-12-16 |
unc0rr |
Fix a ton of bugs in engine instances queue and ipc
qmlfrontend
|
changeset |
files
|
2015-12-15 |
unc0rr |
Send full game config to the engine
qmlfrontend
|
changeset |
files
|
2015-12-15 |
unc0rr |
Dunno why those were here at all
qmlfrontend
|
changeset |
files
|
2015-12-15 |
sheepluva |
uFLData was renamed, update "uses"
qmlfrontend
|
changeset |
files
|
2015-12-15 |
unc0rr |
Fix command sent to engine so it works for real
qmlfrontend
|
changeset |
files
|
2015-12-13 |
unc0rr |
- Improve IPC handling in engine
qmlfrontend
|
changeset |
files
|
2015-12-12 |
unc0rr |
Also send config in network game
qmlfrontend
|
changeset |
files
|
2015-12-12 |
unc0rr |
Introduce barriers between messages to different engine instances
qmlfrontend
|
changeset |
files
|
2015-12-10 |
unc0rr |
Start work on running engine in network game
qmlfrontend
|
changeset |
files
|
2015-12-09 |
unc0rr |
- Use queues instead of single buffer to communicate between threads
qmlfrontend
|
changeset |
files
|
2015-12-06 |
unc0rr |
Client flags handling implementation start
qmlfrontend
|
changeset |
files
|
2015-12-06 |
unc0rr |
Merge default
qmlfrontend
|
changeset |
files
|
2015-12-06 |
unc0rr |
Don't send maze_size parameter when not needed, as it overwrites template_filter
qmlfrontend
|
changeset |
files
|
2015-12-06 |
unc0rr |
Send team removal message to net
qmlfrontend
|
changeset |
files
|
2015-12-06 |
unc0rr |
Load full team config from file
qmlfrontend
|
changeset |
files
|
2015-12-06 |
unc0rr |
- Send team to net
qmlfrontend
|
changeset |
files
|
2015-12-05 |
unc0rr |
- Hedgehogs number display
qmlfrontend
|
changeset |
files
|
2015-12-03 |
unc0rr |
- Accept team and team color from net
qmlfrontend
|
changeset |
files
|
2015-12-02 |
unc0rr |
Fix LEFT command handling
qmlfrontend
|
changeset |
files
|
2015-12-02 |
unc0rr |
Accept scheme from net
qmlfrontend
|
changeset |
files
|
2015-12-02 |
unC0Rr |
Fix build for windows + other small fixes
qmlfrontend
|
changeset |
files
|
2015-12-01 |
unc0rr |
Rename uFLData to uFLThemes
qmlfrontend
|
changeset |
files
|
2015-12-01 |
unc0rr |
Accept ammo scheme from network
qmlfrontend
|
changeset |
files
|
2015-12-01 |
unc0rr |
Fix FULLMAPCONFIG handling
qmlfrontend
|
changeset |
files
|
2015-11-30 |
unc0rr |
Prevent crashing from empty PART reason
qmlfrontend
|
changeset |
files
|
2015-11-30 |
unc0rr |
- Implement engine runs queue
qmlfrontend
|
changeset |
files
|
2015-11-27 |
unc0rr |
Handle some CFG parameters
qmlfrontend
|
changeset |
files
|
2015-11-26 |
unc0rr |
Update seed, theme and script from net in UI
qmlfrontend
|
changeset |
files
|
2015-11-25 |
unc0rr |
Some game config methods and signals
qmlfrontend
|
changeset |
files
|
2015-11-25 |
unc0rr |
UI knowns local player nickname
qmlfrontend
|
changeset |
files
|
2015-11-24 |
unc0rr |
Apply generated code to .pas files, fix FULLMAPCONFIG handling
qmlfrontend
|
changeset |
files
|
2015-11-24 |
unC0Rr |
Support for protocol commands which are equal to suffix of another protocol command
qmlfrontend
|
changeset |
files
|
2015-11-24 |
unc0rr |
- Add the rest of protocol commands
qmlfrontend
|
changeset |
files
|
2015-11-22 |
unc0rr |
Small ui rework
qmlfrontend
|
changeset |
files
|
2015-11-22 |
unc0rr |
Another approach to parsing two-lines protocol commands
qmlfrontend
|
changeset |
files
|
2015-11-21 |
unc0rr |
- Some refactoring
qmlfrontend
|
changeset |
files
|
2015-11-21 |
unc0rr |
- Warnings/errors message box
qmlfrontend
|
changeset |
files
|
2015-11-21 |
unc0rr |
Handle ROOM UPD
qmlfrontend
|
changeset |
files
|
2015-11-21 |
unc0rr |
Fix wrong jump
qmlfrontend
|
changeset |
files
|
2015-11-21 |
unc0rr |
Small fixes
qmlfrontend
|
changeset |
files
|
2015-11-20 |
unc0rr |
- Handle ROOM DEL
qmlfrontend
|
changeset |
files
|
2015-11-20 |
unc0rr |
Handle ROOMS and ROOM ADD protocol commands
qmlfrontend
|
changeset |
files
|
2015-11-20 |
unc0rr |
Fix losing commands
qmlfrontend
|
changeset |
files
|
2015-11-19 |
unc0rr |
Can send chat messages now
qmlfrontend
|
changeset |
files
|
2015-11-19 |
unc0rr |
Lobby page with chat widget(readonly)
qmlfrontend
|
changeset |
files
|
2015-11-19 |
unc0rr |
Remove CHECKPOINT 011 occurence, probably hiding some bug
|
changeset |
files
|
2015-11-18 |
unc0rr |
Implement processing net commands in the main thread
qmlfrontend
|
changeset |
files
|
2015-11-18 |
nemo |
Add a few more lua things to the changelog
|
changeset |
files
|
2015-11-17 |
antonc27 |
Merge from iOS branch
|
changeset |
files
|
2015-11-17 |
Vittorio Giovara |
travis: Enable OSX tests
|
changeset |
files
|
2015-11-17 |
antonc27 |
- Removed SDLTry from call to SDL_GL_SetSwapInterval
ios-revival
|
changeset |
files
|
2015-11-17 |
antonc27 |
- Workaround for problems with SDL_GL_SetSwapInterval on iOS
ios-revival
|
changeset |
files
|
2015-11-17 |
antonc27 |
Merge
ios-revival
|
changeset |
files
|
2015-11-16 |
sheepluva |
merge Wuzzy's saucer training
|
changeset |
files
|
2015-11-14 |
Wuzzy |
Add Basic Flying Saucer Training
|
changeset |
files
|
2015-11-16 |
yuenfu |
a submitted taiwanese translation. cursory review in google translate. there were a few keys that had translations removed, perhaps due to the english being better suited.
|
changeset |
files
|
2015-11-16 |
unc0rr |
Merge default (add a bunch of FIXMEs)
qmlfrontend
|
changeset |
files
|
2015-11-16 |
koda |
cmake: Remove core-lint flag for haskell
|
changeset |
files
|
2015-11-16 |
koda |
avwrapper: Explicitly check for macro existence
|
changeset |
files
|
2015-11-16 |
koda |
hwc: Do not rename main on OSX
|
changeset |
files
|
2015-11-16 |
koda |
pas2c: Add cabal file
|
changeset |
files
|
2015-11-16 |
koda |
pas2c: Tentatively fix the build
|
changeset |
files
|
2015-11-16 |
koda |
hwc: Drop unneed OSX library
|
changeset |
files
|
2015-11-16 |
koda |
avwrapper: Adjust prefixed symobols version guard
|
changeset |
files
|
2015-11-15 |
koda |
Removed tag 0.9.22-RC
|
changeset |
files
|
2015-11-15 |
koda |
Removed tag fab746a3597e
|
changeset |
files
|
2015-11-15 |
koda |
travis: Re-add libglew dependency
|
changeset |
files
|
2015-11-15 |
koda |
cmake: Drop image and mixer init and quit check
|
changeset |
files
|
2015-11-15 |
nemo |
avoid double applying wind on drill
|
changeset |
files
|
2015-11-15 |
unc0rr |
- Reduce tau value, as suggested in gecko2 paper
|
changeset |
files
|
2015-11-15 |
nemo |
Set gears that go off map to gmDestroy instead of collision, disable morewind for no-gravity gears, restrict application of wind to gears that are already moving and not colliding.
|
changeset |
files
|
2015-11-15 |
antonc27 |
Merge
ios-revival
|
changeset |
files
|
2015-11-15 |
antonc27 |
Added tag Hedgewars-iOS-2.0 for changeset a0163b8302c5
ios-revival
|
changeset |
files
|
2015-11-15 |
antonc27 |
Closed branch ios-rus-localization
ios-rus-localization
|
changeset |
files
|
2015-11-15 |
sheepluva |
this should fix travis build
|
changeset |
files
|
2015-11-15 |
koda |
about: Update SDL2 names and drop old version check
|
changeset |
files
|
2015-11-15 |
sheepluva |
merge sdl2transition changes
|
changeset |
files
|
2015-11-15 |
sheepluva |
closing sdl2transition branch, because it will be merged
sdl2transition
|
changeset |
files
|
2015-11-14 |
unc0rr |
Rating updater, alpha version
|
changeset |
files
|
2015-11-14 |
unc0rr |
Some WIP
|
changeset |
files
|
2015-11-14 |
koda |
Drop all GLUT references
sdl2transition
|
changeset |
files
|
2015-11-14 |
koda |
cmake: Providing a separate SDL_main is not needed on OSX with SDL2 any more
sdl2transition
|
changeset |
files
|
2015-11-14 |
koda |
cmake: Adjust linker lines with sdl2 names
sdl2transition
|
changeset |
files
|
2015-11-14 |
koda |
libphysfs: Update sdl library name
sdl2transition
|
changeset |
files
|
2015-11-14 |
koda |
SDLh: Remove linking from file
sdl2transition
|
changeset |
files
|
2015-11-14 |
koda |
libphyslayer: Support SDL2 only
sdl2transition
|
changeset |
files
|
2015-11-13 |
sheepluva |
set engine window icon in sdl2
sdl2transition
|
changeset |
files
|
2015-11-13 |
sheepluva |
clean up uChat
sdl2transition
|
changeset |
files
|
2015-11-13 |
unc0rr |
Finish formula implementation
|
changeset |
files
|
2015-11-12 |
unc0rr |
Start work on rating calculator
|
changeset |
files
|
2015-11-12 |
koda |
README.md: Add a travis badge
|
changeset |
files
|
2015-11-12 |
Vittorio Giovara |
libavinteraction: Adjust version guard for av_codec_is_encoder()
|
changeset |
files
|
2015-11-11 |
unc0rr |
Oops, zero multiplier
|
changeset |
files
|
2015-11-11 |
Vittorio Giovara |
cmake: Set OLD for policy 26
|
changeset |
files
|
2015-11-10 |
Vittorio Giovara |
videorec: Drop a commented out option
|
changeset |
files
|
2015-11-10 |
Vittorio Giovara |
videorec: Use future API for raw video encoding
|
changeset |
files
|
2015-11-10 |
Vittorio Giovara |
videorec: Appropriately rescale timestamps and duration
|
changeset |
files
|
2015-11-10 |
Vittorio Giovara |
videorec: Always initialize audio and video time bases
|
changeset |
files
|
2015-11-10 |
Vittorio Giovara |
videorec: Fully set frame properties
|
changeset |
files
|
2015-11-10 |
Vittorio Giovara |
videorec: Fix flushing encoders
|
changeset |
files
|
2015-11-10 |
Vittorio Giovara |
videorec: Make sure the audio packet is considered empty
|
changeset |
files
|
2015-11-11 |
unC0Rr |
map #17 digest
|
changeset |
files
|
2015-11-13 |
sheepluva |
don't use types for custom value enums in pascal, use consts instead
sdl2transition
|
changeset |
files
|
2015-11-13 |
sheepluva |
revert my pas2c modification
sdl2transition
|
changeset |
files
|
2015-11-11 |
sheepluva |
update travis dependencies
sdl2transition
|
changeset |
files
|
2015-11-11 |
sheepluva |
cmake tweaks. make pas2c build with sdl2 (keycodes or something still missing)
sdl2transition
|
changeset |
files
|
2015-11-11 |
sheepluva |
add pchar casts to make pas2c happy
sdl2transition
|
changeset |
files
|
2015-11-11 |
sheepluva |
fix pas2c enum type parsing
sdl2transition
|
changeset |
files
|
2015-11-11 |
sheepluva |
reenable cursor movement etc.
sdl2transition
|
changeset |
files
|
2015-11-10 |
unc0rr |
Airmines were added
|
changeset |
files
|
2015-11-09 |
antonc27 |
- Fix for wrong footer labels size on autorotation on GameConfig screen
ios-revival Hedgewars-iOS-2.0
|
changeset |
files
|
2015-11-09 |
antonc27 |
Merge from default
ios-revival
|
changeset |
files
|
2015-11-09 |
antonc27 |
- Small size adjustments for footer labels on GameConfig screen
ios-revival
|
changeset |
files
|
2015-11-09 |
antonc27 |
- Re-style forward jump button for mobile
ios-revival
|
changeset |
files
|
2015-11-09 |
antonc27 |
- Fixed problem with previewImage when receiving memory warning on Missions screen
ios-revival
|
changeset |
files
|
2015-11-04 |
Vittorio Giovara |
Let initialization happen in the appropriate function
0.9.22
|
changeset |
files
|
2015-11-04 |
Vittorio Giovara |
Specify the enum type for Pixel and Sample formats
0.9.22
|
changeset |
files
|
2015-11-04 |
Vittorio Giovara |
Update libav API, keeping forward and backward compatibility
0.9.22
|
changeset |
files
|
2015-11-04 |
koda |
Enable cmake policy 26
0.9.22
|
changeset |
files
|
2015-11-03 |
sheepluva |
closing 0.9.21 branch
0.9.21
|
changeset |
files
|
2015-11-10 |
sheepluva |
use SDL2 to copy to clipboard
sdl2transition
|
changeset |
files
|
2015-11-10 |
sheepluva |
use SDL2 to paste clipboard contents
sdl2transition
|
changeset |
files
|
2015-11-10 |
sheepluva |
merge default
sdl2transition
|
changeset |
files
|
2015-11-10 |
Vittorio Giovara |
multiline cmake directories
|
changeset |
files
|
2015-11-10 |
sheepluva |
drop FindSDL1or2 cmake module
sdl2transition
|
changeset |
files
|
2015-11-10 |
Vittorio Giovara |
travis: Trim down the number of tests
|
changeset |
files
|
2015-11-10 |
sheepluva |
drop support for SDL 1.2
sdl2transition
|
changeset |
files
|
2015-11-09 |
sheepluva |
fix hedgehog on parachute facing in wrong direction if parachute opens during double-jump
|
changeset |
files
|
2015-11-09 |
unc0rr |
- Fix check which was supposed to prevent sending same record to different checkers
|
changeset |
files
|
2015-11-09 |
hwmirror |
merge
|
changeset |
files
|
2015-11-09 |
Vittorio Giovara |
Merge pull request #33 from bananaoomarang/cmakeWarnings
|
changeset |
files
|
2015-04-26 |
Milo Mordaunt |
Remove quotes when checking Haskell Modules to adopt new CMake
|
changeset |
files
|
2015-11-09 |
unc0rr |
Pass correct script name for scripts with spaces in name
|
changeset |
files
|
2015-11-09 |
hwmirror |
Merge with github pull requests
|
changeset |
files
|
2015-11-09 |
hwmirror |
Merge from github
|
changeset |
files
|
2015-10-06 |
sheepluva |
Merge pull request #36 from LocutusOfBorg/italian
|
changeset |
files
|
2015-10-06 |
Gianfranco Costamagna |
Update italian tips
|
changeset |
files
|
2015-10-05 |
Gianfranco Costamagna |
Translate italian missions
|
changeset |
files
|
2015-10-01 |
sheepluva |
Merge pull request #35 from LocutusOfBorg/fedora
|
changeset |
files
|
2015-10-01 |
Gianfranco Costamagna |
Add metadata for license (From Fedora)
|
changeset |
files
|
2015-10-01 |
Gianfranco Costamagna |
Add multiarch location to library (From Fedora)
|
changeset |
files
|
2015-11-09 |
unc0rr |
Oops, fix the fix
|
changeset |
files
|
2015-11-08 |
sheepluva |
update changelog
|
changeset |
files
|
2015-11-08 |
unc0rr |
Fix replay sanity check
|
changeset |
files
|
2015-11-07 |
unc0rr |
Store some more details on game config in the database
|
changeset |
files
|
2015-11-07 |
sheepluva |
fix google code links in readme
|
changeset |
files
|
2015-11-07 |
Vittorio Giovara |
Add markdown extension to README so github can render it more nicely
|
changeset |
files
|
2015-11-07 |
sheepluva |
merge orphan head (while discarding all its changes) to make koda and his hg-git happy
|
changeset |
files
|
2015-11-07 |
koda |
videorec: Drop setting x264 preset
|
changeset |
files
|
2015-11-07 |
sheepluva |
merging ios-revival brain into default. includes updates to russian translation and general translation fixes
|
changeset |
files
|
2015-11-06 |
antonc27 |
- Small corrections for rus localization of stats messages
ios-revival
|
changeset |
files
|
2015-11-06 |
antonc27 |
- 'iOS Deployment Target' bump to 8.0
ios-revival
|
changeset |
files
|
2015-11-06 |
antonc27 |
- Merge from default
ios-revival
|
changeset |
files
|
2015-11-06 |
antonc27 |
- Restored Turkish localization
ios-revival
|
changeset |
files
|
2015-11-05 |
antonc27 |
- Support screen refactoring:
ios-revival
|
changeset |
files
|
2015-11-05 |
antonc27 |
- Appirater:
ios-revival
|
changeset |
files
|
2015-11-05 |
antonc27 |
- Update rus localization for 'About' screen
ios-revival
|
changeset |
files
|
2015-11-05 |
antonc27 |
- 'About' screen on iOS now is up-to-date with Qt front-end 'About'
ios-revival
|
changeset |
files
|
2015-11-05 |
antonc27 |
- Missed localization for 'Clear All' button on SavedGamesVirewController
ios-revival
|
changeset |
files
|
2015-11-05 |
antonc27 |
- Rus localization for following multiplayer missions:
ios-revival
|
changeset |
files
|
2015-11-05 |
sheepluva |
fix bug reported by S.D.: throwing a sticking mine into a bouncy pit never ends turn. see also http://hedgewars.org/node/6350
|
changeset |
files
|
2015-11-05 |
antonc27 |
- 'ClimbHome' map deprecated as it crashes
ios-revival
|
changeset |
files
|
2015-11-05 |
antonc27 |
- 'Cheese' map not blacklisted anymore
ios-revival
|
changeset |
files
|
2015-11-05 |
antonc27 |
- Rus localization for following game styles:
ios-revival
|
changeset |
files
|
2015-11-04 |
Vittorio Giovara |
Let initialization happen in the appropriate function
|
changeset |
files
|
2015-11-04 |
Vittorio Giovara |
Specify the enum type for Pixel and Sample formats
|
changeset |
files
|
2015-11-04 |
Vittorio Giovara |
Update libav API, keeping forward and backward compatibility
|
changeset |
files
|
2015-11-04 |
antonc27 |
- Disabled non-adapted for mobile game styles
ios-revival
|
changeset |
files
|
2015-11-04 |
antonc27 |
- Added 'World Edge' flag for Scheme Settings
ios-revival
|
changeset |
files
|
2015-11-04 |
antonc27 |
- Refactoring for SingleSchemeViewController: checkValueString macro changed to helper method
ios-revival
|
changeset |
files
|
2015-11-04 |
antonc27 |
- Disabling generation of position-dependent code for 'Distro Adhoc' config
ios-revival
|
changeset |
files
|
2015-11-04 |
antonc27 |
- '-Os' fpc optimization compiler flag replaced with '-O2'
ios-revival
|
changeset |
files
|
2015-11-04 |
antonc27 |
- GCC_THUMB_SUPPORT removed
ios-revival
|
changeset |
files
|
2015-11-04 |
antonc27 |
- Removing unnecessary '-Wl,-no_order_inits' linker flag
ios-revival
|
changeset |
files
|
2015-11-04 |
sheepluva |
wrap bee during pre-flight too
|
changeset |
files
|
2015-11-04 |
sheepluva |
bump version too
|
changeset |
files
|
2015-11-03 |
sheepluva |
merge changelog changes of 0.9.22 into default
|
changeset |
files
|
2015-11-03 |
antonc27 |
- Added 'Air Mines' flag for Scheme Settings
ios-revival
|
changeset |
files
|
2015-11-03 |
antonc27 |
- Fix for localization of game settings detailLabel in SingleSchemeViewController
ios-revival
|
changeset |
files
|
2015-11-03 |
sheepluva |
add HedgeEditor to changelog
0.9.22
|
changeset |
files
|
2015-11-03 |
sheepluva |
tweak changelog
0.9.22
|
changeset |
files
|
2015-11-03 |
sheepluva |
bump protocol number
|
changeset |
files
|
2015-11-03 |
sheepluva |
make hammer non-lethal again (as requested by unC0Rr)
|
changeset |
files
|
2015-11-03 |
sheepluva |
0.9.22 branch
0.9.22
|
changeset |
files
|
2015-11-03 |
unc0rr |
Workaround mysql-simple library stupiness regarding executeMany
|
changeset |
files
|
2015-11-03 |
antonc27 |
- Implement fake 'Normal' game style as in qt front-end
ios-revival
|
changeset |
files
|
2015-11-03 |
antonc27 |
- Better place for removeObserver: calls
ios-revival
|
changeset |
files
|
2015-11-03 |
antonc27 |
- Stub for disabling game styles on mobile
ios-revival
|
changeset |
files
|
2015-11-03 |
koda |
Always install before making dmg
|
changeset |
files
|
2015-11-02 |
koda |
Fix compiling engine with OSX frameworks
|
changeset |
files
|
2015-11-02 |
koda |
Added tag 0.9.22-release for changeset 9621fdcad965
|
changeset |
files
|
2015-11-02 |
unc0rr |
Let's try to store games info necessary for ratings
|
changeset |
files
|
2015-11-01 |
nemo |
do the same thing for the chute/birdy/saucer block
0.9.22-release
|
changeset |
files
|
2015-11-01 |
nemo |
Make camera refocus less aggressive. Only if there's a camera target already.
|
changeset |
files
|
2015-11-01 |
unc0rr |
Update versions information
|
changeset |
files
|
2015-11-01 |
unc0rr |
This is .22 release revision
|
changeset |
files
|
2015-11-02 |
sheepluva |
merge default
gettext
|
changeset |
files
|
2015-10-31 |
unc0rr |
inc(HEDGEWARS_PROTO_VER)
|
changeset |
files
|
2015-10-31 |
antonc27 |
- Finally added rus localization for all User Missions
ios-revival
|
changeset |
files
|
2015-10-30 |
antonc27 |
- Return of stereo sound for mobile!
ios-revival
|
changeset |
files
|
2015-10-30 |
antonc27 |
- Set iPad version to require fullscreen
ios-revival
|
changeset |
files
|
2015-10-30 |
antonc27 |
- Fix for not compiling Pascal sources when archiving app for AppStore
ios-revival
|
changeset |
files
|
2015-10-30 |
nemo |
refocus camera on roping hog. totally untested.
|
changeset |
files
|
2015-10-30 |
antonc27 |
- Rus localization for Target Practices
ios-revival
|
changeset |
files
|
2015-10-30 |
antonc27 |
- Rus localization for Speed Shoppa Challenges
ios-revival
|
changeset |
files
|
2015-10-29 |
antonc27 |
- Removing of CMake generated files in 'UpdateDataFolder' script
ios-revival
|
changeset |
files
|
2015-10-29 |
antonc27 |
- Better handling of cell's tag in SingleTeamViewController
ios-revival
|
changeset |
files
|
2015-10-29 |
antonc27 |
- Refactoring of SavedViewController:
ios-revival
|
changeset |
files
|
2015-10-29 |
antonc27 |
- FindTable functionality for HoldTableViewCell and EditableCellView extracted to category
ios-revival
|
changeset |
files
|
2015-10-28 |
nemo |
few more missing nil checks in crate spawn
|
changeset |
files
|
2015-10-28 |
antonc27 |
- Fix for crash while deleting >=2 saved games
ios-revival
|
changeset |
files
|
2015-10-28 |
sheepluva |
Removed tag Nice one
|
changeset |
files
|
2015-10-27 |
sheepluva |
Added tag 0.9.22-RC for changeset d9622394ec9c
|
changeset |
files
|
2015-10-27 |
sheepluva |
somebody was so nice to mention me in credits, but misspelled my last name
ios-revival
|
changeset |
files
|
2015-10-27 |
unc0rr |
Also pass script information alongwith winner/achievements info, so that we could potentially have per mode ratings
|
changeset |
files
|
2015-10-27 |
antonc27 |
- Rus localization for portal mission
ios-revival
|
changeset |
files
|
2015-10-25 |
antonc27 |
- Rus localization update for Basic Trainings in ru.lua
ios-revival
|
changeset |
files
|
2015-10-25 |
antonc27 |
- Partial rus localization for User Missions and Basic Trainings in ru.lua
ios-revival
|
changeset |
files
|
2015-10-25 |
sheepluva |
changelog update
|
changeset |
files
|
2015-10-24 |
antonc27 |
- Fix for formatting non-english characters, received from engine
ios-revival
|
changeset |
files
|
2015-10-24 |
antonc27 |
- Fix for sending to engine non-english characters
ios-revival
|
changeset |
files
|
2015-10-24 |
antonc27 |
- Fix for loading non-existing missions in MissionTrainingViewController
ios-revival
|
changeset |
files
|
2015-10-24 |
antonc27 |
- Possible fix for loading game styles scripts without .cfg file
ios-revival
|
changeset |
files
|
2015-10-23 |
antonc27 |
- Rus translation for Mutant game style
ios-revival
|
changeset |
files
|
2015-10-23 |
sheepluva |
fixed: poison clouds could bounce
|
changeset |
files
|
2015-10-23 |
antonc27 |
- Rus localization update for 'Data/Locale/missions_ru.txt'
ios-revival
|
changeset |
files
|
2015-10-23 |
antonc27 |
- Rus localization update for 'Data/Locale/ru.txt'
ios-revival
|
changeset |
files
|
2015-10-22 |
antonc27 |
- Fix for wrong localization key for sound in GeneralSettingsViewController
ios-revival
|
changeset |
files
|
2015-10-22 |
antonc27 |
- Localization for missed strings in RestoreViewController (for eng(as reference) and rus)
ios-revival
|
changeset |
files
|
2015-10-22 |
antonc27 |
- Localization for missed strings in StatsPage (for both eng and rus)
ios-revival
|
changeset |
files
|
2015-10-22 |
antonc27 |
- Rus localization updated for iOS front-end
ios-revival
|
changeset |
files
|
2015-10-22 |
antonc27 |
- Some strings localizations for Settings
ios-revival
|
changeset |
files
|
2015-10-22 |
antonc27 |
- Toolbar elements are localizable now in GameConfig for iPhone
ios-revival
|
changeset |
files
|
2015-10-22 |
antonc27 |
- All labels in HelpPageLobby now localizable (with text from IB as localization keys)
ios-revival
|
changeset |
files
|
2015-10-22 |
antonc27 |
- SegmentedControl is localizable now in MapConfig
ios-revival
|
changeset |
files
|
2015-10-21 |
antonc27 |
- simpleGameButton and missionsButton are localizable now in MainMenu
ios-revival
|
changeset |
files
|
2015-10-21 |
antonc27 |
- 'Press the target button to mark the target' message is localizable now
ios-revival
|
changeset |
files
|
2015-10-21 |
antonc27 |
- Workaround for team's name with spaces in StatsPage
ios-revival
|
changeset |
files
|
2015-10-21 |
antonc27 |
- Some improvements for 'loadNiceHogs' in GameConfig for iPad
ios-revival
|
changeset |
files
|
2015-10-21 |
antonc27 |
- Fix for 'loadNiceHogs' in GameConfig for iPad
ios-revival
|
changeset |
files
|
2015-10-20 |
antonc27 |
- Refactoring of Missions screen:
ios-revival
|
changeset |
files
|
2015-10-20 |
antonc27 |
- Retrieving language ID moved to HWUtils
ios-revival
|
changeset |
files
|
2015-10-19 |
antonc27 |
- Small adjust for cell selection color of Missions screen
ios-revival
|
changeset |
files
|
2015-10-19 |
antonc27 |
- Big refactoring of front-end Settings for both iPhone and iPad:
ios-revival
|
changeset |
files
|
2015-10-17 |
antonc27 |
- Better way of creating/using doneButton in Settings
ios-revival
|
changeset |
files
|
2015-10-16 |
antonc27 |
- Possible fix for wrong layout on iOS 9 when going back from rotated stats page (for iPad)
ios-revival
|
changeset |
files
|
2015-10-16 |
antonc27 |
- Added new set of tabbar icons for Settings on iPhone
ios-revival
|
changeset |
files
|
2015-10-16 |
antonc27 |
- Fix for autorotation of table view of StatsPageVC
ios-revival
|
changeset |
files
|
2015-10-15 |
antonc27 |
- Mortar, Mudball and Land Spray need up/down buttons on mobile
ios-revival
|
changeset |
files
|
2015-10-15 |
antonc27 |
- Workaround for wrong sprite in utility widget when selecting DrillStrike
ios-revival
|
changeset |
files
|
2015-10-15 |
antonc27 |
- Target button added to mobile touch controls
ios-revival
|
changeset |
files
|
2015-10-15 |
antonc27 |
- Target button added to mobile touch controls
ios-revival
|
changeset |
files
|
2015-10-15 |
antonc27 |
- Timer button added to mobile touch controls
ios-revival
|
changeset |
files
|
2015-10-14 |
antonc27 |
- Fix for wrong path of restored game
ios-revival
|
changeset |
files
|
2015-10-14 |
antonc27 |
- Better random number generation for front-end: random() replaced with arc4random_uniform()
ios-revival
|
changeset |
files
|
2015-10-14 |
antonc27 |
- Button's restyling for RestoreViewController
ios-revival
|
changeset |
files
|
2015-10-10 |
sheepluva |
Lua-API: onSuddenDeath hook
|
changeset |
files
|
2015-10-08 |
nemo |
Pass overridden uid into AddGear instead
|
changeset |
files
|
2015-10-08 |
nemo |
restore uid on resurrection as well
|
changeset |
files
|
2015-10-07 |
sheepluva |
TrophyRace: fix nil error warning, caused by needlessly re-retrieving the name of the best hedgehog (which could be dead at that point)
|
changeset |
files
|
2015-10-05 |
antonc27 |
- Fix for locale string in SingleWeaponViewController
ios-revival
|
changeset |
files
|
2015-10-05 |
antonc27 |
- Fix for locale string passed to engine (like "ru-FR")
ios-revival
|
changeset |
files
|
2015-10-05 |
sheepluva |
preselect baseball bat in Knockball and Basketball
|
changeset |
files
|
2015-10-04 |
nemo |
Avoid waiting past end of turn for smine.
|
changeset |
files
|
2015-10-03 |
nemo |
Add nil check in fake crate spawn for if crate fails to spawn
|
changeset |
files
|
2015-09-27 |
antonc27 |
- GameController framework added to project (required by last version of SDL)
ios-revival
|
changeset |
files
|
2015-09-27 |
antonc27 |
- Bitcode disabled (for Xcode 7)
ios-revival
|
changeset |
files
|
2015-09-26 |
nemo |
Scan from right too. Not sure this is actually helpful, so committing separately.
|
changeset |
files
|
2015-09-26 |
nemo |
This should probably fix feedback that hogs weren't spawning on left side of map.
|
changeset |
files
|
2015-09-23 |
sheepluva |
fp complained about this line being too long
|
changeset |
files
|
2015-09-20 |
antonc27 |
- 'Shoppa Pro' ammo set added to iOS front-end
ios-revival
|
changeset |
files
|
2015-09-20 |
antonc27 |
- Weapon and scheme plist's names(which passed to engine) must contain spaces, not underscores
ios-revival
|
changeset |
files
|
2015-09-20 |
antonc27 |
- 'Construction Mode' ammo set and game parameters added to iOS front-end
ios-revival
|
changeset |
files
|
2015-09-20 |
antonc27 |
- 'Highlander' ammo set added to iOS front-end
ios-revival
|
changeset |
files
|
2015-09-19 |
antonc27 |
- 'One of everything' ammo set added to iOS front-end
ios-revival
|
changeset |
files
|
2015-09-19 |
sheepluva |
tweak tips a little (loosely based on Wuzzy's suggestions)
|
changeset |
files
|
2015-09-18 |
antonc27 |
- Fix for getting the correct fort name in FortsViewController
ios-revival
|
changeset |
files
|
2015-09-18 |
antonc27 |
- Added functionality to select one hat for all hogs at team settings
ios-revival
|
changeset |
files
|
2015-09-18 |
antonc27 |
- Fix for consequent selection of same hat for all hogs in settings
ios-revival
|
changeset |
files
|
2015-09-17 |
antonc27 |
- Refactoring of MainMenuViewController
ios-revival
|
changeset |
files
|
2015-09-17 |
sheepluva |
speed up TrophyRace deaths
|
changeset |
files
|
2015-09-17 |
sheepluva |
add TODO
|
changeset |
files
|
2015-09-16 |
nemo |
remove racist trydo 😝
|
changeset |
files
|
2015-09-15 |
antonc27 |
- Possibility to send log file by email from app
ios-revival
|
changeset |
files
|
2015-09-15 |
antonc27 |
- Refactoring. Separation of game log viewing code to GameLogViewController
ios-revival
|
changeset |
files
|
2015-09-14 |
antonc27 |
- Attempt to fix a crash while selecting 'Random' for map generation
ios-revival
|
changeset |
files
|
2015-09-13 |
nemo |
airmine hand sprite by wuzzy. totally temporary...
|
changeset |
files
|
2015-09-13 |
nemo |
aaand make sure the commented out line matches
|
changeset |
files
|
2015-09-13 |
nemo |
Add damage to gear values to mess with
|
changeset |
files
|
2015-09-13 |
nemo |
Oups. 6, not 12 - was testing
|
changeset |
files
|
2015-09-13 |
nemo |
Allow for arbitrary number of airstrike bombs and spacing.
|
changeset |
files
|
2015-09-13 |
nemo |
Move health:= 6 to gear addition so lua can more easily override it.
|
changeset |
files
|
2015-11-02 |
sheepluva |
silent qm-compile did not play well with out-of-source building
gettext
|
changeset |
files
|
2015-09-12 |
wuzzy |
german translation update (incl. string reordering - blame sheepluva)
|
changeset |
files
|
2015-09-12 |
sheepluva |
conversion script
gettext
|
changeset |
files
|
2015-09-12 |
wuzzy |
german translation updates
gettext
|
changeset |
files
|
2015-09-12 |
sheepluva |
experimental gettext for lua
gettext
|
changeset |
files
|
2015-09-12 |
wuzzy |
german translation updates
|
changeset |
files
|
2015-09-12 |
antonc27 |
Merge
ios-revival
|
changeset |
files
|
2015-09-12 |
antonc27 |
- Revert of 'Reset for previously selected static map'
ios-revival
|
changeset |
files
|
2015-09-12 |
sheepluva |
uVariables: also initialize arrays and records in initModule
|
changeset |
files
|
2015-09-12 |
antonc27 |
- These properties are not necessary to clean when receiving memory warning
ios-revival
|
changeset |
files
|
2015-09-12 |
antonc27 |
- We don't need to explicitly propagate vc lifecycle messages
ios-revival
|
changeset |
files
|
2015-09-12 |
antonc27 |
- Reset for previously selected static map
ios-revival
|
changeset |
files
|
2015-09-12 |
antonc27 |
Merge
ios-revival
|
changeset |
files
|
2015-09-11 |
sheepluva |
merge
|
changeset |
files
|
2015-09-11 |
sheepluva |
simplify code
ios-revival
|
changeset |
files
|
2015-09-11 |
sheepluva |
exclude uMatrix from pas2c build
|
changeset |
files
|
2015-09-11 |
sheepluva |
fix pas2c build, it was broken in the long long ago ( 97f9a25024e6 )
|
changeset |
files
|
2015-09-11 |
sheepluva |
pas2c doesn't like {$ENDIF} with argument
|
changeset |
files
|
2015-09-11 |
sheepluva |
make uVariables not depend on implicit one-time initialization by FPC
|
changeset |
files
|
2015-09-10 |
antonc27 |
- ifdef for IPHONEOS in glLoadExtension
ios-revival
|
changeset |
files
|
2015-09-10 |
sheepluva |
stop rc plane prop/engine sound when out of fuel
|
changeset |
files
|
2015-09-10 |
sheepluva |
merge branch ios-revival into default
|
changeset |
files
|
2015-09-10 |
antonc27 |
- ifdef for CMEM
ios-revival
|
changeset |
files
|
2015-09-10 |
antonc27 |
- ifdef for engine exit/halt
ios-revival
|
changeset |
files
|
2015-09-09 |
antonc27 |
- Refactoring in order to remove some warning related to using of int instead of NSInteger
ios-revival
|
changeset |
files
|
2015-09-09 |
antonc27 |
- First attempt to fix crashes on loading 'Styles'
ios-revival
|
changeset |
files
|
2015-09-06 |
antonc27 |
- Fixes for cropped background image on iPhone
ios-revival
|
changeset |
files
|
2015-09-06 |
antonc27 |
- Restyle of 'Simple' and 'Missions' buttons at Main screen
ios-revival
|
changeset |
files
|
2015-09-05 |
antonc27 |
- Added required icons
ios-revival
|
changeset |
files
|
2015-09-05 |
antonc27 |
- arm64 added as valid arch
ios-revival
|
changeset |
files
|
2015-08-27 |
antonc27 |
- Version bump to 2.0
ios-revival
|
changeset |
files
|
2015-08-27 |
antonc27 |
- Fix for crash on loading SingleWeaponViewController in Settings
ios-revival
|
changeset |
files
|
2015-08-27 |
antonc27 |
- 'safeScale' now always 1.0
ios-revival
|
changeset |
files
|
2015-08-27 |
antonc27 |
- Load fonts on init if not 'mobile'
ios-revival
|
changeset |
files
|
2015-08-17 |
antonc27 |
- Property for port in MapPreviewButtonView
ios-revival
|
changeset |
files
|
2015-08-17 |
Anton Malmygin |
- Using of @autoreleasepool is better
ios-revival
|
changeset |
files
|
2015-08-17 |
antonc27 |
- Fix for iPhone 4S screen size
ios-revival
|
changeset |
files
|
2015-08-16 |
antonc27 |
- Fix for 'hold for delete' for cells in teams table
ios-revival
|
changeset |
files
|
2015-08-15 |
antonc27 |
Merge with ios-rus-localization
ios-revival
|
changeset |
files
|
2015-08-15 |
antonc27 |
- Fix for retrieving 'Maze' preview genration
ios-revival
|
changeset |
files
|
2015-08-15 |
antonc27 |
- Improved fix for UI elements positioning at GameConfigViewController
ios-revival
|
changeset |
files
|
2015-08-15 |
antonc27 |
- Localization for SingleSchemeViewController fixed
ios-rus-localization
|
changeset |
files
|
2015-08-15 |
antonc27 |
- Russian Scheme.strings localized
ios-rus-localization
|
changeset |
files
|
2015-08-15 |
antonc27 |
- Russian Localizable.strings localized
ios-rus-localization
|
changeset |
files
|
2015-08-15 |
antonc27 |
- Fix for localization of detail labels at AboutViewController
ios-rus-localization
|
changeset |
files
|
2015-08-15 |
antonc27 |
- Russian About.strings localized
ios-rus-localization
|
changeset |
files
|
2015-08-15 |
antonc27 |
- Rus localization started
ios-rus-localization
|
changeset |
files
|
2015-08-15 |
antonc27 |
- Russian localization files added
ios-revival
|
changeset |
files
|
2015-08-14 |
antonc27 |
- Small fix for debug view frame
ios-revival
|
changeset |
files
|
2015-08-14 |
antonc27 |
- Fix for initial wrong UI positioning for GameConfigViewController
ios-revival
|
changeset |
files
|
2015-08-14 |
antonc27 |
- Fix for show/hide helpPage animations
ios-revival
|
changeset |
files
|
2015-08-14 |
antonc27 |
- HelpPageLobbyViewController updated: various UI fixes, autorotation fixes, help bubbles for iPad grouped
ios-revival
|
changeset |
files
|
2015-08-14 |
antonc27 |
- HelpPageLobbyViewController returned to project (back from 2012!), also help bubble images added
ios-revival
|
changeset |
files
|
2015-08-14 |
antonc27 |
- Fix for loading missions descriptions
ios-revival
|
changeset |
files
|
2015-08-14 |
antonc27 |
- Fix for strange problem with table view in StatsPage - rowHeight is 1 by default. So, fixed by implicit size.
ios-revival
|
changeset |
files
|
2015-08-14 |
antonc27 |
- RestoreViewController functionality uncommented
ios-revival
|
changeset |
files
|
2015-08-14 |
Anton Malmygin |
- Interscreen transitions fixed
ios-revival
|
changeset |
files
|
2015-08-13 |
antonc27 |
- MGSplitViewController updated to last version with iOS 8 fixes
ios-revival
|
changeset |
files
|
2015-08-13 |
antonc27 |
- Fix for main view orientation problems
ios-revival
|
changeset |
files
|
2015-08-13 |
antonc27 |
- Fix for app crash after ending game
ios-revival
|
changeset |
files
|
2015-08-12 |
antonc27 |
- Name fixing for buttons
ios-revival
|
changeset |
files
|
2015-08-12 |
antonc27 |
- Using come for internal memory management
ios-revival
|
changeset |
files
|
2015-08-12 |
antonc27 |
- 'Generate position dependent code' et to NO. Otherwise crashed at initialization step.
ios-revival
|
changeset |
files
|
2015-08-11 |
antonc27 |
- VALID_ARCHS reduced for all projects
ios-revival
|
changeset |
files
|
2015-08-10 |
antonc27 |
- VALID_ARCHS changed
ios-revival
|
changeset |
files
|
2015-08-10 |
antonc27 |
- Small warning fix
ios-revival
|
changeset |
files
|
2015-08-10 |
antonc27 |
- Actually fix for rendering on iOS ]:->
ios-revival
|
changeset |
files
|
2015-08-10 |
antonc27 |
- Fix for hiding launch window after launch and not blocking SDL window on engine anymore
ios-revival
|
changeset |
files
|
2015-08-10 |
antonc27 |
- Some weird staff with bounds commented here
ios-revival
|
changeset |
files
|
2015-08-10 |
antonc27 |
- Bogus 'lodeNiceHogs' disabled
ios-revival
|
changeset |
files
|
2015-08-10 |
antonc27 |
- Restore game functionality disabled, because it blocks main screen
ios-revival
|
changeset |
files
|
2015-08-09 |
antonc27 |
Added tag Nice one for changeset 0f5961910e27
ios-revival
|
changeset |
files
|
2015-08-09 |
antonc27 |
- Resolves problem with wrong path to chef hat on iOS
ios-revival
|
changeset |
files
|
2015-08-09 |
antonc27 |
- Fix for wrong start paramIndex in case of Hwlibrary
ios-revival
|
changeset |
files
|
2015-08-08 |
antonc27 |
- Fix for new name of SDL 2 libraries
ios-revival
|
changeset |
files
|
2015-08-08 |
antonc27 |
- Fix for launching with SDL
ios-revival
|
changeset |
files
|
2015-08-08 |
antonc27 |
- Fix for "Exception: Could not load OpenGL from /System/Library/Frameworks/OpenGL.framework/Libraries/libGL.dylib" at start of app
ios-revival
|
changeset |
files
|
2015-08-08 |
antonc27 |
- Fix for "error: invalid abbreviation code [115] for DIE at"
ios-revival
|
changeset |
files
|
2015-08-08 |
antonc27 |
- Fix for PascalImports and for GenLandPreview
ios-revival
|
changeset |
files
|