Sat, 23 Jun 2012 23:04:06 -0400 Try to use TestCollExcludingMe a bit less - the flag bit is a bit (heh) more accurate.
nemo [Sat, 23 Jun 2012 23:04:06 -0400] rev 7274
Try to use TestCollExcludingMe a bit less - the flag bit is a bit (heh) more accurate.
Mon, 25 Jun 2012 15:21:18 +0200 frontlib: Using macros for simplification of callbacks
Medo <smaxein@googlemail.com> [Mon, 25 Jun 2012 15:21:18 +0200] rev 7273
frontlib: Using macros for simplification of callbacks
Sat, 23 Jun 2012 22:39:00 -0400 Second part of the change. Make collision check use the new mask bit.
nemo [Sat, 23 Jun 2012 22:39:00 -0400] rev 7272
Second part of the change. Make collision check use the new mask bit.
Mon, 25 Jun 2012 00:42:07 +0200 frontlib: Intermittent commit. Things are still in flux but we're getting there :)
Medo <smaxein@googlemail.com> [Mon, 25 Jun 2012 00:42:07 +0200] rev 7271
frontlib: Intermittent commit. Things are still in flux but we're getting there :)
Sat, 23 Jun 2012 21:37:47 -0400 Step 1. Add current hedgehog as top bit of bottom byte.
nemo [Sat, 23 Jun 2012 21:37:47 -0400] rev 7270
Step 1. Add current hedgehog as top bit of bottom byte.
Thu, 21 Jun 2012 21:32:12 +0200 More progress on the netplay part of the frontlib
Medo <smaxein@googlemail.com> [Thu, 21 Jun 2012 21:32:12 +0200] rev 7269
More progress on the netplay part of the frontlib
Sat, 23 Jun 2012 22:44:11 +0400 - Fix cake bug introduced in r2ccfc93c6b5e
unc0rr [Sat, 23 Jun 2012 22:44:11 +0400] rev 7268
- Fix cake bug introduced in r2ccfc93c6b5e - New debugging tool which dumps land into log file
Tue, 19 Jun 2012 21:20:08 +0200 Merge
Medo <smaxein@googlemail.com> [Tue, 19 Jun 2012 21:20:08 +0200] rev 7267
Merge
Fri, 22 Jun 2012 08:13:51 +0400 Swap order of actions
unc0rr [Fri, 22 Jun 2012 08:13:51 +0400] rev 7266
Swap order of actions
Tue, 19 Jun 2012 01:20:19 +0400 Output log to stdout instead of stderr
unc0rr [Tue, 19 Jun 2012 01:20:19 +0400] rev 7265
Output log to stdout instead of stderr
Tue, 19 Jun 2012 00:40:52 +0400 Oops, forgot this
unc0rr [Tue, 19 Jun 2012 00:40:52 +0400] rev 7264
Oops, forgot this
Mon, 23 Jul 2012 19:15:59 +0300 Added a new function: AddNewEvent, which only adds an event to the list if it doesn't already exist. Kept the old one as it might me useful to be able to add an event more than once.
belphegorr <szabibibi@gmail.com> [Mon, 23 Jul 2012 19:15:59 +0300] rev 7263
Added a new function: AddNewEvent, which only adds an event to the list if it doesn't already exist. Kept the old one as it might me useful to be able to add an event more than once.
Mon, 18 Jun 2012 23:45:21 +0400 set(LUA_LIBRARY lua.dll) for win32 builds
unc0rr [Mon, 18 Jun 2012 23:45:21 +0400] rev 7262
set(LUA_LIBRARY lua.dll) for win32 builds
Sat, 21 Jul 2012 01:54:41 +0300 Placed hiding hogs at the end of StartMission in Mission 3
belphegorr <szabibibi@gmail.com> [Sat, 21 Jul 2012 01:54:41 +0300] rev 7261
Placed hiding hogs at the end of StartMission in Mission 3
Sun, 17 Jun 2012 22:11:09 +0400 BindsModel
unc0rr [Sun, 17 Jun 2012 22:11:09 +0400] rev 7260
BindsModel
Sat, 21 Jul 2012 01:53:17 +0300 Added localization
belphegorr <szabibibi@gmail.com> [Sat, 21 Jul 2012 01:53:17 +0300] rev 7259
Added localization
Sun, 17 Jun 2012 21:45:49 +0400 - Move colorsModel to appropriate place
unc0rr [Sun, 17 Jun 2012 21:45:49 +0400] rev 7258
- Move colorsModel to appropriate place - Less includes in DataManager.h
Sat, 21 Jul 2012 01:47:34 +0300 Modified DrawGear so that it doesn't draw the gear when it has message gmRemoveFromList (it was causing havoc when I used HideHog as it could not access the position of the hog)
belphegorr <szabibibi@gmail.com> [Sat, 21 Jul 2012 01:47:34 +0300] rev 7257
Modified DrawGear so that it doesn't draw the gear when it has message gmRemoveFromList (it was causing havoc when I used HideHog as it could not access the position of the hog)
Sun, 17 Jun 2012 16:32:44 +0200 CROSSAPPLE ftw
koda [Sun, 17 Jun 2012 16:32:44 +0200] rev 7256
CROSSAPPLE ftw
Mon, 16 Jul 2012 20:56:55 +0300 Fixed a visual gear in Mission 5
belphegorr <szabibibi@gmail.com> [Mon, 16 Jul 2012 20:56:55 +0300] rev 7255
Fixed a visual gear in Mission 5 Animate.lua: added an optional boolean parameter to AnimVisualGear - follow
Sun, 17 Jun 2012 14:13:19 +0400 This should fix default hogs names in network game
unc0rr [Sun, 17 Jun 2012 14:13:19 +0400] rev 7254
This should fix default hogs names in network game
Mon, 16 Jul 2012 20:38:31 +0300 Added fifth mission and fixed minor control bug with mission 4
belphegorr <szabibibi@gmail.com> [Mon, 16 Jul 2012 20:38:31 +0300] rev 7253
Added fifth mission and fixed minor control bug with mission 4
Sun, 17 Jun 2012 00:08:20 +0400 Catch all types of exceptions in recv thread. Should probably help with ghosts problem, though I have no idea which else kind of exception could arise there.
unc0rr [Sun, 17 Jun 2012 00:08:20 +0400] rev 7252
Catch all types of exceptions in recv thread. Should probably help with ghosts problem, though I have no idea which else kind of exception could arise there.
Tue, 10 Jul 2012 23:06:56 +0300 Fixed a bug where certain ammo types were added to the wrong hogs.
belphegorr <szabibibi@gmail.com> [Tue, 10 Jul 2012 23:06:56 +0300] rev 7251
Fixed a bug where certain ammo types were added to the wrong hogs.
Thu, 14 Jun 2012 16:35:36 +0400 AI loves to jump
unc0rr [Thu, 14 Jun 2012 16:35:36 +0400] rev 7250
AI loves to jump
Tue, 10 Jul 2012 15:20:12 +0300 Reduced mission 4 difficulty (enemy health and level) and fixed a bug where hogs would comment on the death of Dense Cloud eve though he isn't added
belphegorr <szabibibi@gmail.com> [Tue, 10 Jul 2012 15:20:12 +0300] rev 7249
Reduced mission 4 difficulty (enemy health and level) and fixed a bug where hogs would comment on the death of Dense Cloud eve though he isn't added
Thu, 14 Jun 2012 00:34:50 +0200 ios: disable some warnings
koda [Thu, 14 Jun 2012 00:34:50 +0200] rev 7248
ios: disable some warnings
Sun, 08 Jul 2012 19:28:40 +0300 Changed a ShowMission in Mission 4
belphegorr <szabibibi@gmail.com> [Sun, 08 Jul 2012 19:28:40 +0300] rev 7247
Changed a ShowMission in Mission 4
Thu, 14 Jun 2012 00:21:23 +0200 it was inevitable
koda [Thu, 14 Jun 2012 00:21:23 +0200] rev 7246
it was inevitable
Sun, 08 Jul 2012 19:15:38 +0300 Modified frontend so that updating campaogn progress no longer changes current index of the mission combo box
belphegorr <szabibibi@gmail.com> [Sun, 08 Jul 2012 19:15:38 +0300] rev 7245
Modified frontend so that updating campaogn progress no longer changes current index of the mission combo box Updated Animate.lua (forgot to copy it last time) Mission 1: Fixed a bug where events would cause animations to stutter Moved a crate Made the princess and the elder pay attention to Leaks A Lot Changed the name of the chief to Righteous Beard Mission 2: - Mission 3: Removed leftover debug lines Solved a bug where Dense Cloud could not select weapons during final scene Made the hogs fave each other during the final animation Mission 4: Solved a bug where Dense Cloud would appear even if he's dead
(0) -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 tip