unc0rr [Mon, 13 Oct 2008 14:52:29 +0000] rev 1349
- Add forgotten PirateFlag map to list of installed maps
- Add each preview.png to installation
unc0rr [Mon, 13 Oct 2008 14:51:31 +0000] rev 1348
- Remove deprecated stuff
- Add a preview to each map, so switching is now 100 times faster
unc0rr [Mon, 13 Oct 2008 14:44:15 +0000] rev 1347
- Set focus to dead hedgehog
- Switch from rooms list page to net page when disconnected from server
unc0rr [Mon, 13 Oct 2008 12:58:44 +0000] rev 1346
Make messages be more debug-friendly
unc0rr [Sun, 12 Oct 2008 17:04:07 +0000] rev 1345
Server erases teams list after round finish, so everything should be okay now
unc0rr [Sun, 12 Oct 2008 16:45:13 +0000] rev 1344
Clients send roundfinished message to server when the round is over
unc0rr [Sun, 12 Oct 2008 16:31:23 +0000] rev 1343
Fix water rising too fast
unc0rr [Fri, 10 Oct 2008 13:19:05 +0000] rev 1342
Rename function
unc0rr [Fri, 10 Oct 2008 13:18:45 +0000] rev 1341
Allow --port=PORT command-line parameter to specify the port to listen on
unc0rr [Thu, 09 Oct 2008 21:00:42 +0000] rev 1340
Flush CONNECTED message, so client hasn't to wait for it on connect
unc0rr [Thu, 09 Oct 2008 20:36:53 +0000] rev 1339
Fix the bug
unc0rr [Thu, 09 Oct 2008 17:28:22 +0000] rev 1338
Stub to run network game
unc0rr [Thu, 09 Oct 2008 17:15:04 +0000] rev 1337
Update protocol doc
unc0rr [Thu, 09 Oct 2008 17:14:29 +0000] rev 1336
Fix team colors mismatch on some conditions (just synchronize them when team is added)
unc0rr [Thu, 09 Oct 2008 16:05:01 +0000] rev 1335
Small optimization (use partition instead of two filters with opposite predicates)
unc0rr [Thu, 09 Oct 2008 16:03:27 +0000] rev 1334
Send team removal message to others in room when client disconnects
unc0rr [Thu, 09 Oct 2008 15:54:09 +0000] rev 1333
- Fix a bug with chosen map (new clinet gets wrong information)
- Fix mapContainer bug when switching quickly from random map to a painted one
unc0rr [Thu, 09 Oct 2008 13:57:18 +0000] rev 1332
Fix that bug (lol, pretty fast, eh?)
unc0rr [Thu, 09 Oct 2008 13:57:02 +0000] rev 1331
Send teams info to newly connected client (has a bug with team sequence, need to discover)
unc0rr [Thu, 09 Oct 2008 13:53:03 +0000] rev 1330
- Allow team color changing
- Fix team removing handler in client's code
unc0rr [Thu, 09 Oct 2008 13:48:06 +0000] rev 1329
- Only team owner can remove team from the list
- Fix check for hedgehogs number overflow
unc0rr [Thu, 09 Oct 2008 13:45:40 +0000] rev 1328
Add support for removing team
unc0rr [Thu, 09 Oct 2008 13:43:47 +0000] rev 1327
Can choose hedgehogs number now
unc0rr [Thu, 09 Oct 2008 13:01:52 +0000] rev 1326
Add seduction weapon sound
unc0rr [Wed, 08 Oct 2008 18:56:32 +0000] rev 1325
Adding teams now works
unc0rr [Wed, 08 Oct 2008 18:46:02 +0000] rev 1324
Get rid of team id in client code
unc0rr [Wed, 08 Oct 2008 18:38:54 +0000] rev 1323
Build neccessary structures in memory on ADDTEAM message, but don't send answer yet (need to review team id concept)
unc0rr [Wed, 08 Oct 2008 18:29:16 +0000] rev 1322
Fix protocol implementation to conform documentation
unc0rr [Wed, 08 Oct 2008 18:25:08 +0000] rev 1321
- Add protocol description (just started)
- Some work on server to make team add posiible
unc0rr [Wed, 08 Oct 2008 15:57:35 +0000] rev 1320
Optimize list lookups a bit
unc0rr [Wed, 08 Oct 2008 15:55:23 +0000] rev 1319
Reformat some code =P
unc0rr [Wed, 08 Oct 2008 15:53:23 +0000] rev 1318
- Shut the client's tries to configure server up
- Fix a bug which led to "different maps generated" when server changes map, but theme doesn't get changed
unc0rr [Wed, 08 Oct 2008 15:42:09 +0000] rev 1317
Server now fully supports game options
unc0rr [Wed, 08 Oct 2008 13:58:27 +0000] rev 1316
- Add join and leave messages to chat box
- Don't send configuration if joining a room
unc0rr [Wed, 08 Oct 2008 13:54:51 +0000] rev 1315
Implement rooms list refresh
unc0rr [Wed, 08 Oct 2008 13:52:31 +0000] rev 1314
Implement room create and join
unc0rr [Wed, 08 Oct 2008 13:40:29 +0000] rev 1313
- Introduce a bit of state miachine in client code (should be more robust and verbosive now)
- Prepare for creating and joining rooms code
unc0rr [Wed, 08 Oct 2008 10:58:21 +0000] rev 1312
Create a page for rooms list
unc0rr [Tue, 07 Oct 2008 12:37:06 +0000] rev 1311
- Add stub page for rooms list
- Clear chat box on disconnect (not only nicks list)
unc0rr [Mon, 06 Oct 2008 19:01:59 +0000] rev 1310
Get rid of "internet" network game mode
unc0rr [Mon, 06 Oct 2008 18:40:47 +0000] rev 1309
Fix a bug with 'ghosts' on server
unc0rr [Mon, 06 Oct 2008 18:37:47 +0000] rev 1308
Fix another server failure (when second client in room disconnects)
unc0rr [Mon, 06 Oct 2008 18:07:38 +0000] rev 1307
- Now actually fix
- Handle warnings
unc0rr [Sun, 05 Oct 2008 23:36:11 +0000] rev 1306
Fix server crash on client disconnect
unc0rr [Sun, 05 Oct 2008 23:27:53 +0000] rev 1305
- Fix build of server (has some bugs now)
- Start converting client
unc0rr [Sun, 05 Oct 2008 23:22:14 +0000] rev 1304
Start refactoring standalone server (prepare to change protocol)
unc0rr [Sun, 05 Oct 2008 16:38:26 +0000] rev 1303
Don't allow team with the same name from the same client (helps with double add due to lags)
unc0rr [Sun, 05 Oct 2008 16:35:46 +0000] rev 1302
Remove deprecated stuff
unc0rr [Mon, 29 Sep 2008 22:14:23 +0000] rev 1301
Fix a bug screwing team selection up in network game
(REMOVETEAM message doesn't have teamID, and after
removing the team QMap still contains old info, when
add and remove team with the same name, total hedgehogs
number will be decreased by first team hh number)
unc0rr [Mon, 29 Sep 2008 22:01:06 +0000] rev 1300
Fix arithmetic bug in CHedgehogerWidget
unc0rr [Mon, 29 Sep 2008 21:59:19 +0000] rev 1299
Add team surrender flag
unc0rr [Mon, 29 Sep 2008 09:33:44 +0000] rev 1298
- Fix water rise
- Fix game crash when a hedgehog which turn is next gets drawn by water rise
unc0rr [Sun, 28 Sep 2008 22:49:38 +0000] rev 1297
Try to adjust flame parameters
unc0rr [Sun, 28 Sep 2008 22:47:13 +0000] rev 1296
Prevent AI to damage a teammate when trying to dig with firepunch (patch not tested)
unc0rr [Sun, 28 Sep 2008 22:39:07 +0000] rev 1295
Start flames rework
unc0rr [Sun, 28 Sep 2008 21:56:37 +0000] rev 1294
- Hedgehog doesn't take off hat when shooting from shotgun
- Don't show empty hat sprite
unc0rr [Sun, 28 Sep 2008 15:55:07 +0000] rev 1293
Predefined team can have customized hat
unc0rr [Sun, 28 Sep 2008 15:45:37 +0000] rev 1292
Bot could use firepunch if it doesn't find anything else useful, and it has land above his head
unc0rr [Sun, 28 Sep 2008 15:39:38 +0000] rev 1291
Update Spanish and Polish translations
unc0rr [Sun, 28 Sep 2008 15:13:18 +0000] rev 1290
Fix frontend
unc0rr [Sun, 28 Sep 2008 09:18:24 +0000] rev 1289
- Customize spinbox arrows
- Optimize frontend's images
unc0rr [Sun, 28 Sep 2008 08:28:32 +0000] rev 1288
Reorganize team edit page a little (save a lot of space)
unc0rr [Sun, 28 Sep 2008 08:26:18 +0000] rev 1287
Move preview icons into comboboxes
unc0rr [Tue, 23 Sep 2008 06:27:53 +0000] rev 1286
Seduction animation
unc0rr [Tue, 23 Sep 2008 06:09:13 +0000] rev 1285
A bit larger heart
unc0rr [Mon, 22 Sep 2008 22:14:01 +0000] rev 1284
- Update Italian translation
- Almost finished seduction weapon
unc0rr [Sat, 20 Sep 2008 04:51:06 +0000] rev 1283
Enable back the ability to see chosen team color in team widget
unc0rr [Sat, 20 Sep 2008 03:54:56 +0000] rev 1282
Full-size hedgehog in hats selection widget
unc0rr [Sat, 20 Sep 2008 03:52:39 +0000] rev 1281
Draw a hedgehog under the hat in hats combobox
unc0rr [Fri, 19 Sep 2008 20:42:42 +0000] rev 1280
Update watermelon sprite
unc0rr [Fri, 19 Sep 2008 20:41:53 +0000] rev 1279
Use new sounds
unc0rr [Fri, 19 Sep 2008 20:36:59 +0000] rev 1278
Add new sound files
unc0rr [Fri, 19 Sep 2008 20:34:41 +0000] rev 1277
- Unbreak previously broken themes
- Verbose error message helping with themes problems
unc0rr [Fri, 19 Sep 2008 19:58:57 +0000] rev 1276
Fix
bug #61 http://fireforge.net/tracker/index.php?func=detail&aid=61&group_id=11&atid=125
Crashing engine in some conditions due to incorrect theme info
unc0rr [Fri, 19 Sep 2008 19:56:07 +0000] rev 1275
Add Underwater theme
unc0rr [Fri, 19 Sep 2008 14:22:27 +0000] rev 1274
- Optimize maps
- Advanced Bath theme
unc0rr [Fri, 19 Sep 2008 14:18:33 +0000] rev 1273
Fix mortar
unc0rr [Fri, 19 Sep 2008 14:16:27 +0000] rev 1272
Forgotten sheep map...
unc0rr [Fri, 19 Sep 2008 14:15:19 +0000] rev 1271
Graphics update
unc0rr [Fri, 19 Sep 2008 14:10:51 +0000] rev 1270
Draw smoke trail underneath of grenade
unc0rr [Fri, 19 Sep 2008 14:08:18 +0000] rev 1269
- Add many hats
- Update Italian translation
unc0rr [Thu, 18 Sep 2008 21:20:24 +0000] rev 1268
Fix music starting to play after the round even if it was turned off
unc0rr [Thu, 18 Sep 2008 20:06:05 +0000] rev 1267
Rename hellish bomb to hellish hand-grenade
unc0rr [Thu, 18 Sep 2008 16:28:58 +0000] rev 1266
Delete deprecated stuff
unc0rr [Thu, 18 Sep 2008 16:26:46 +0000] rev 1265
Update Italian translation
unc0rr [Thu, 18 Sep 2008 16:19:45 +0000] rev 1264
Mention Eugene Lyubimkin in translators list for his Ukrainian translation
unc0rr [Thu, 18 Sep 2008 16:16:41 +0000] rev 1263
Add Hellish bomb weapon
unc0rr [Thu, 18 Sep 2008 14:44:44 +0000] rev 1262
Add watermelon sprite
unc0rr [Thu, 18 Sep 2008 13:39:05 +0000] rev 1261
Add watermelon weapon (without proper sprites yet)
unc0rr [Thu, 18 Sep 2008 12:40:46 +0000] rev 1260
Finish Ukrainian translation
unc0rr [Wed, 17 Sep 2008 17:33:44 +0000] rev 1259
- Continue seduction implementation
- Code formatting in gears and consts
unc0rr [Wed, 17 Sep 2008 04:02:02 +0000] rev 1258
- Perform lupdate-qt4 && lrelease-qt4
- Add Ukrainian translation by Eugene Lyubimkin (not complete yet)
unc0rr [Fri, 12 Sep 2008 18:55:54 +0000] rev 1257
Hedgehog doesn't take off the hat when walking
unc0rr [Fri, 12 Sep 2008 18:00:49 +0000] rev 1256
Allow theme to set custom water color
unc0rr [Fri, 12 Sep 2008 14:57:42 +0000] rev 1255
D'oh
unc0rr [Thu, 11 Sep 2008 20:18:14 +0000] rev 1254
Speed up hat
unc0rr [Thu, 11 Sep 2008 20:13:23 +0000] rev 1253
Draw hat when hedgehog is aiming
unc0rr [Thu, 11 Sep 2008 17:02:39 +0000] rev 1252
- Reorganize headers according to Qt's style guide
- Split team edit page into two pages
unc0rr [Thu, 11 Sep 2008 15:30:04 +0000] rev 1251
Hat 'wearing' animation
unc0rr [Wed, 10 Sep 2008 14:37:27 +0000] rev 1250
Update Italian translation
unc0rr [Mon, 08 Sep 2008 18:30:16 +0000] rev 1249
Remove 25pix margin on every page, so exit button is almost in the same place on all pages
unc0rr [Mon, 08 Sep 2008 18:08:47 +0000] rev 1248
Better theme selection widget look
unc0rr [Sat, 06 Sep 2008 12:35:34 +0000] rev 1247
Add Spanish translation by Carlos Vives
unc0rr [Sat, 06 Sep 2008 12:30:42 +0000] rev 1246
Update Polish translation
unc0rr [Sun, 31 Aug 2008 19:23:29 +0000] rev 1245
Send hats info via net. Hats implementation complete now.
unc0rr [Sun, 31 Aug 2008 18:36:26 +0000] rev 1244
Fix bug in netclient protocol handling code
unc0rr [Sun, 31 Aug 2008 18:12:06 +0000] rev 1243
Fix City theme
unc0rr [Sun, 31 Aug 2008 17:22:50 +0000] rev 1242
Hats now fully implemented for local game
unc0rr [Sun, 31 Aug 2008 16:27:47 +0000] rev 1241
Fix Bamboo theme
unc0rr [Sun, 31 Aug 2008 16:00:31 +0000] rev 1240
Store selected hats in team config
unc0rr [Fri, 29 Aug 2008 22:04:50 +0000] rev 1239
- Finish hat selection widget
- Now we need to pass hat to engine, save to file, send via net, whatever...
unc0rr [Fri, 29 Aug 2008 21:05:31 +0000] rev 1238
Add hat selection control to team editing page (it's empty combobox yet)
unc0rr [Fri, 29 Aug 2008 20:36:10 +0000] rev 1237
Fix build
unc0rr [Fri, 29 Aug 2008 20:30:17 +0000] rev 1236
Add stubs for hats implementation
unc0rr [Fri, 29 Aug 2008 19:40:37 +0000] rev 1235
- Set frontend's music volume level to 50%
- Aware frontend of "Enable music" checkbox state
- Don't load soundtrack if music is off
unc0rr [Mon, 25 Aug 2008 18:30:06 +0000] rev 1234
Add Sheep map
unc0rr [Sat, 23 Aug 2008 22:47:32 +0000] rev 1233
custom girder for bamboo theme
unc0rr [Thu, 21 Aug 2008 21:25:24 +0000] rev 1232
Update Snow theme land texture
unc0rr [Mon, 18 Aug 2008 19:31:33 +0000] rev 1231
Oops.. forgot some files
unc0rr [Mon, 18 Aug 2008 13:34:41 +0000] rev 1230
set svn:eol-style to native
unc0rr [Mon, 18 Aug 2008 13:33:30 +0000] rev 1229
- Update Bamboo, EarthRise, hell themes
- Add Freeway theme
unc0rr [Mon, 18 Aug 2008 12:23:22 +0000] rev 1228
- Update copyrights
- Better theme selection look
unc0rr [Mon, 18 Aug 2008 11:45:02 +0000] rev 1227
Add PirateFlag map
unc0rr [Sat, 16 Aug 2008 21:28:07 +0000] rev 1226
Fix sdl_mixer include
unc0rr [Sat, 16 Aug 2008 20:36:18 +0000] rev 1225
Play music in menu also, with fading effects when run game
unc0rr [Sat, 16 Aug 2008 20:15:27 +0000] rev 1224
- Add icons for each theme
- Show theme icon in theme selection list
unc0rr [Sat, 16 Aug 2008 14:28:44 +0000] rev 1223
Hackish way to play music in frontend... to be fixed
unc0rr [Sat, 16 Aug 2008 13:29:18 +0000] rev 1222
Add hell and main theme
unc0rr [Sat, 16 Aug 2008 11:22:34 +0000] rev 1221
Start seduction weapon implementation
unc0rr [Fri, 15 Aug 2008 19:30:02 +0000] rev 1220
Fix copyright info
unc0rr [Fri, 15 Aug 2008 08:11:58 +0000] rev 1219
Make dialogs and messageboxes be customized like main form
unc0rr [Fri, 15 Aug 2008 07:54:13 +0000] rev 1218
Save some pixels for chat widget
unc0rr [Fri, 15 Aug 2008 07:50:31 +0000] rev 1217
Remake gamecfgwidget
unc0rr [Fri, 15 Aug 2008 07:49:52 +0000] rev 1216
Allow team and hh name length be up to 64 letters length
unc0rr [Fri, 15 Aug 2008 07:22:55 +0000] rev 1215
Themes list now works
unc0rr [Fri, 15 Aug 2008 06:33:50 +0000] rev 1214
- Make border 3px width
- Make orange color be #ffcc00
unc0rr [Fri, 15 Aug 2008 03:59:36 +0000] rev 1213
- lupdate-qt4 && lrelease-qt4
- Update Italian translation
unc0rr [Thu, 14 Aug 2008 14:43:40 +0000] rev 1212
Fix "Hedgewars" button look
unc0rr [Thu, 14 Aug 2008 14:24:45 +0000] rev 1211
Fill themes list with themes
unc0rr [Thu, 14 Aug 2008 14:04:45 +0000] rev 1210
Add themes list to map selection widget
unc0rr [Thu, 14 Aug 2008 13:34:44 +0000] rev 1209
Start remaking multiplayer page
unc0rr [Wed, 13 Aug 2008 22:35:27 +0000] rev 1208
Add Sheep theme by Julien Koesten. Will be slightly corrected a bit later.
unc0rr [Wed, 13 Aug 2008 16:52:04 +0000] rev 1207
Some adjusting... it still doesn't solve problem fully
unc0rr [Wed, 13 Aug 2008 16:26:44 +0000] rev 1206
One more consts adjusting to solve rope stucking problem
unc0rr [Wed, 13 Aug 2008 14:10:41 +0000] rev 1205
Update copyrights
unc0rr [Wed, 13 Aug 2008 14:09:20 +0000] rev 1204
Add hell theme
unc0rr [Wed, 13 Aug 2008 11:29:27 +0000] rev 1203
Mention Niklas Grahn for his translation on about page
unc0rr [Wed, 13 Aug 2008 09:14:08 +0000] rev 1202
Add Swedish translation
unc0rr [Tue, 12 Aug 2008 20:03:04 +0000] rev 1201
Move QGroupBox title a bit
unc0rr [Tue, 12 Aug 2008 19:41:16 +0000] rev 1200
Fix pickhammer and kamikaze
unc0rr [Tue, 12 Aug 2008 12:57:07 +0000] rev 1199
More work on options page
unc0rr [Tue, 12 Aug 2008 12:05:52 +0000] rev 1198
Reorganize widgets on options page
unc0rr [Tue, 12 Aug 2008 10:02:34 +0000] rev 1197
Add background to groupboxes
unc0rr [Tue, 12 Aug 2008 09:52:57 +0000] rev 1196
Set minimal acceptable Qt4 version to 4.3.0
unc0rr [Tue, 12 Aug 2008 09:39:07 +0000] rev 1195
Nicer look
unc0rr [Tue, 12 Aug 2008 09:37:44 +0000] rev 1194
Iconize more groupboxes
unc0rr [Tue, 12 Aug 2008 09:26:44 +0000] rev 1193
Finish iconed groupbox implementation
unc0rr [Tue, 12 Aug 2008 08:48:44 +0000] rev 1192
Add iconed groupbox class
unc0rr [Sun, 10 Aug 2008 20:18:40 +0000] rev 1191
With this change, SDL will probably report more screen resolutions on dual-monitor configurations
unc0rr [Sun, 10 Aug 2008 19:55:08 +0000] rev 1190
Enable back rendering objects that are put on top of land texture
unc0rr [Sun, 10 Aug 2008 15:03:53 +0000] rev 1189
Fix compile under Ubuntu (why it compiles everywhere else?)
unc0rr [Sun, 10 Aug 2008 14:23:25 +0000] rev 1188
Fix installation path for Castle map
unc0rr [Fri, 08 Aug 2008 21:01:00 +0000] rev 1187
Convert the rest of themes too
unc0rr [Fri, 08 Aug 2008 20:54:55 +0000] rev 1186
Step 5: Finally... we have theme objects with alpha-channel!
Only nature theme converted yet, others in the next commit
unc0rr [Fri, 08 Aug 2008 20:45:13 +0000] rev 1185
- Fix previous commit
- Code formatting in uStore
unc0rr [Fri, 08 Aug 2008 20:38:26 +0000] rev 1184
Allow theme-customizable water and girder
unc0rr [Fri, 08 Aug 2008 20:33:57 +0000] rev 1183
Step 4: repair girder rendering (girder is 32bit now)
unc0rr [Fri, 08 Aug 2008 20:13:32 +0000] rev 1182
Step 3: Maps are rendered correctly, but without objects yet
unc0rr [Fri, 08 Aug 2008 19:39:22 +0000] rev 1181
Step 2: painted maps loading correctly
unc0rr [Fri, 08 Aug 2008 19:34:55 +0000] rev 1180
Start implementing support for 32bit sprites concerned in map generation process.
Step 1: forts are loading correctly.
Everything else is broken
unc0rr [Fri, 08 Aug 2008 13:46:12 +0000] rev 1179
This needs to be changed too
unc0rr [Fri, 08 Aug 2008 13:43:24 +0000] rev 1178
- Fix Qt's runtime warning
- This fix probably eliminates network problems
unc0rr [Fri, 08 Aug 2008 13:11:41 +0000] rev 1177
Add "Castle" map copyright info
unc0rr [Fri, 08 Aug 2008 12:59:34 +0000] rev 1176
Disallow AI to hurts itself with mortar (in quite rare cases it tries to shoot directly up)
unc0rr [Thu, 07 Aug 2008 19:01:32 +0000] rev 1175
Update frontend background
unc0rr [Thu, 07 Aug 2008 18:57:26 +0000] rev 1174
Oops, fix map install path
unc0rr [Thu, 07 Aug 2008 18:53:31 +0000] rev 1173
Revert accidental nsis installer generator regression
unc0rr [Thu, 07 Aug 2008 18:44:13 +0000] rev 1172
Some more customizations
unc0rr [Thu, 07 Aug 2008 18:26:52 +0000] rev 1171
- Start work on team select widget
- Customize QListWidget view (chat, demos list)
unc0rr [Thu, 07 Aug 2008 18:25:51 +0000] rev 1170
Fix max teams detection
unc0rr [Thu, 07 Aug 2008 16:26:25 +0000] rev 1169
Better settings button behavior
unc0rr [Thu, 07 Aug 2008 16:14:35 +0000] rev 1168
Finally fix save button look
unc0rr [Thu, 07 Aug 2008 15:21:11 +0000] rev 1167
Set bg color for QPushButton
unc0rr [Thu, 07 Aug 2008 15:19:54 +0000] rev 1166
Add Castle map
displacer [Thu, 07 Aug 2008 14:08:43 +0000] rev 1165
correct restoring window size after fullscreen mode
unc0rr [Thu, 07 Aug 2008 13:39:04 +0000] rev 1164
Customize map container look
displacer [Thu, 07 Aug 2008 13:38:24 +0000] rev 1163
fullscreen disabling fixed
displacer [Thu, 07 Aug 2008 13:30:09 +0000] rev 1162
Frontend Fullscreen mode added
unc0rr [Thu, 07 Aug 2008 12:09:52 +0000] rev 1161
Customize SpinBox look (not finished)
unc0rr [Thu, 07 Aug 2008 12:04:12 +0000] rev 1160
Customize LineEdit look
unc0rr [Thu, 07 Aug 2008 12:01:58 +0000] rev 1159
Various build system improvements
unc0rr [Thu, 07 Aug 2008 07:21:18 +0000] rev 1158
- Fix grenade sound
- Higher screen size restrictions
unc0rr [Wed, 06 Aug 2008 12:48:45 +0000] rev 1157
Try to modify QGroupBox view
unc0rr [Wed, 06 Aug 2008 12:47:42 +0000] rev 1156
Fix small glitch when placing girder on map
unc0rr [Tue, 05 Aug 2008 22:39:05 +0000] rev 1155
Customize checkboxes
unc0rr [Tue, 05 Aug 2008 22:15:32 +0000] rev 1154
Customize comboboxes look
unc0rr [Tue, 05 Aug 2008 21:12:26 +0000] rev 1153
Iconed "Back" button everywhere
unc0rr [Tue, 05 Aug 2008 20:57:08 +0000] rev 1152
Make buttons border have different colors when mouse is over or it is pressed
unc0rr [Tue, 05 Aug 2008 15:39:51 +0000] rev 1151
Unbreak build
unc0rr [Mon, 04 Aug 2008 20:29:13 +0000] rev 1150
- Make look better
- Refactor code a bit
displacer [Mon, 04 Aug 2008 19:28:01 +0000] rev 1149
transparent background for buttons at main page
displacer [Mon, 04 Aug 2008 19:04:46 +0000] rev 1148
images at main page
displacer [Mon, 04 Aug 2008 17:47:11 +0000] rev 1147
no-repeat background with bgcolor instead
displacer [Mon, 04 Aug 2008 17:30:58 +0000] rev 1146
Background for Hedgewars is ready
displacer [Mon, 04 Aug 2008 17:09:31 +0000] rev 1145
new art from Tiyuri
unc0rr [Mon, 04 Aug 2008 16:46:11 +0000] rev 1144
Update slovak translation
unc0rr [Wed, 30 Jul 2008 14:00:31 +0000] rev 1143
Update soundtracks with ones that loop seamlessly
unc0rr [Wed, 30 Jul 2008 12:20:14 +0000] rev 1142
Last try to get rope not to get stuck in the ground
unc0rr [Wed, 30 Jul 2008 12:14:24 +0000] rev 1141
- Some physics changes
- Set version to 0.9.7-dev
unc0rr [Tue, 29 Jul 2008 22:59:19 +0000] rev 1140
- Fix polish translation
- More verbose error message
unc0rr [Tue, 29 Jul 2008 20:03:25 +0000] rev 1139
- Remove that stupid website folder created by GNA!
- Update EarthRise theme
unc0rr [Tue, 29 Jul 2008 18:54:36 +0000] rev 1138
- Add full EarthRise theme
unc0rr [Tue, 29 Jul 2008 11:08:40 +0000] rev 1137
Fix previous commit
unc0rr [Tue, 29 Jul 2008 11:03:21 +0000] rev 1136
- Fix compilation
- Add oriental soundtrack
- Now each theme and each map has a soundtrack assigned
unc0rr [Tue, 29 Jul 2008 10:48:28 +0000] rev 1135
Get rid of Volcano map
unc0rr [Tue, 29 Jul 2008 10:46:57 +0000] rev 1134
- Update pirate, added snow soundtrack
- Mention Jonatan Nilsson in copyrights
unc0rr [Mon, 28 Jul 2008 13:53:50 +0000] rev 1133
- Fix warnings
- Format file to use tabs spacing
unc0rr [Sun, 27 Jul 2008 23:01:41 +0000] rev 1132
- Fix problem when clouds number is 0
- Swap two sounds used when hedgehog get damage due to fall
unc0rr [Sun, 27 Jul 2008 22:26:47 +0000] rev 1131
- Add ability to choose clouds number in theme config file
- Set City theme clouds number to 45 (5x compared to other themes)
unc0rr [Sun, 27 Jul 2008 22:18:46 +0000] rev 1130
- Update russian translation
- Perform lupdate-qt4 && lrelease-qt4
unc0rr [Sun, 27 Jul 2008 22:14:43 +0000] rev 1129
Add a checkbox in frontend to turn music off
unc0rr [Sun, 27 Jul 2008 22:09:40 +0000] rev 1128
Add an option to engine for turning music off
unc0rr [Sun, 27 Jul 2008 21:58:46 +0000] rev 1127
- Disable ability to resize window
- Fix music volume coefficient
unc0rr [Sun, 27 Jul 2008 21:51:35 +0000] rev 1126
Fix training regression
unc0rr [Sun, 27 Jul 2008 21:50:44 +0000] rev 1125
Draw yet not available ammo grayscaled
unc0rr [Sun, 27 Jul 2008 21:01:11 +0000] rev 1124
- Airplane is higher
- Airplane is slower
- Airplane smokes
unc0rr [Sun, 27 Jul 2008 20:03:07 +0000] rev 1123
Play Ow1.ogg and Ow4.ogg when hedgehog falls
unc0rr [Sun, 27 Jul 2008 19:53:12 +0000] rev 1122
Add new pain sounds
unc0rr [Sun, 27 Jul 2008 19:47:12 +0000] rev 1121
Remember initial resolution settings to use when switching to fullscreen mode
unc0rr [Sun, 27 Jul 2008 19:37:24 +0000] rev 1120
Add ability to resize engine's window
unc0rr [Sun, 27 Jul 2008 19:21:30 +0000] rev 1119
Mention Stephen Alexander's e-mail in copyrights
unc0rr [Sun, 27 Jul 2008 16:35:44 +0000] rev 1118
- Use DejaVuSans-Bold instead of DejaVuSans+bold
- Revert not working 'fix' for chat text problem
unc0rr [Sun, 27 Jul 2008 16:34:08 +0000] rev 1117
Optimize maps files by size
unc0rr [Sun, 27 Jul 2008 16:03:45 +0000] rev 1116
Try another appproach to render chat, should fix windows issues
unc0rr [Sun, 27 Jul 2008 15:28:49 +0000] rev 1115
Update Polish translation
unc0rr [Sun, 27 Jul 2008 15:23:06 +0000] rev 1114
draft a changelog for 0.9.6
unc0rr [Sun, 27 Jul 2008 14:59:34 +0000] rev 1113
Fix hedgehog animation when use blowtorch
unc0rr [Sun, 27 Jul 2008 14:32:54 +0000] rev 1112
Hedgehog laughs when drops dynamite or cake
unc0rr [Sun, 27 Jul 2008 14:28:45 +0000] rev 1111
Play sound before cake explodes
unc0rr [Sun, 27 Jul 2008 14:05:17 +0000] rev 1110
Finish cake implementation
unc0rr [Sun, 27 Jul 2008 13:44:04 +0000] rev 1109
- Cake sits down before exploding
- Cake is drawn in front of hedgehogs
unc0rr [Sun, 27 Jul 2008 13:32:44 +0000] rev 1108
Animate falling and waking up cake
unc0rr [Sun, 27 Jul 2008 13:32:15 +0000] rev 1107
Supress CMake warning
unc0rr [Sun, 27 Jul 2008 12:57:15 +0000] rev 1106
- Animate cake walking
- Focus follows cake
unc0rr [Sun, 27 Jul 2008 10:59:20 +0000] rev 1105
Add hedgewars icon in png format
unc0rr [Fri, 25 Jul 2008 22:38:37 +0000] rev 1104
Update French translation
unc0rr [Fri, 25 Jul 2008 22:28:22 +0000] rev 1103
Show cake rotated correct angle
unc0rr [Fri, 25 Jul 2008 21:13:35 +0000] rev 1102
- Update French translation
- Perform lupdate-qt4
unc0rr [Fri, 25 Jul 2008 20:57:36 +0000] rev 1101
Add BambooPlinko map
unc0rr [Fri, 25 Jul 2008 19:58:01 +0000] rev 1100
Mention audio guys on About page and readme
unc0rr [Fri, 25 Jul 2008 19:43:03 +0000] rev 1099
Update Italian translation
unc0rr [Fri, 25 Jul 2008 19:39:15 +0000] rev 1098
Remove deprecated function
unc0rr [Fri, 25 Jul 2008 19:26:44 +0000] rev 1097
Enable music dependance on current land theme
unc0rr [Fri, 25 Jul 2008 19:06:46 +0000] rev 1096
Add Nature music theme
unc0rr [Fri, 25 Jul 2008 19:03:27 +0000] rev 1095
- Add cake sound
- Fix nature theme
unc0rr [Fri, 25 Jul 2008 15:34:45 +0000] rev 1094
Add two tracks for City and Island themes
unc0rr [Fri, 25 Jul 2008 15:20:19 +0000] rev 1093
Add cake icon in ammomenu
unc0rr [Fri, 25 Jul 2008 15:10:50 +0000] rev 1092
Add Bath map
unc0rr [Fri, 25 Jul 2008 14:59:42 +0000] rev 1091
Update nature theme
unc0rr [Fri, 25 Jul 2008 14:01:28 +0000] rev 1090
Cake explodes on /attack
unc0rr [Fri, 25 Jul 2008 13:52:35 +0000] rev 1089
First implementation of the Cake weapon
unc0rr [Fri, 25 Jul 2008 10:56:05 +0000] rev 1088
Stubs for spider weapon
unc0rr [Wed, 23 Jul 2008 11:55:47 +0000] rev 1087
Update copyright info
unc0rr [Wed, 23 Jul 2008 11:51:55 +0000] rev 1086
Add Bamboo map
unc0rr [Tue, 22 Jul 2008 18:31:34 +0000] rev 1085
Load flakes information from theme.cfg when playing painted map
unc0rr [Tue, 22 Jul 2008 18:22:24 +0000] rev 1084
Add new map EarthRise by Joshua Frese
unc0rr [Mon, 21 Jul 2008 15:54:12 +0000] rev 1083
Further work on dedicated server
unc0rr [Mon, 21 Jul 2008 09:45:40 +0000] rev 1082
- Modify network protocol to use new delimiter
- Much improve dedicated server usability
unc0rr [Tue, 15 Jul 2008 16:40:50 +0000] rev 1081
First steps to switch hedgewars to new net protocol
unc0rr [Mon, 14 Jul 2008 20:24:29 +0000] rev 1080
Repair screenshots capture on 'C' key press
unc0rr [Sun, 13 Jul 2008 17:58:05 +0000] rev 1079
Fix clouds shaking up
unc0rr [Sun, 13 Jul 2008 11:39:02 +0000] rev 1078
Add a few debug message which show the problem with total hedgehogs number counting
unc0rr [Sun, 13 Jul 2008 11:37:48 +0000] rev 1077
Update Polish translation
unc0rr [Sat, 12 Jul 2008 14:26:43 +0000] rev 1076
Make all in-game fonts bold
unc0rr [Sat, 12 Jul 2008 13:22:10 +0000] rev 1075
Update Polish frontend translation
unc0rr [Fri, 11 Jul 2008 19:40:47 +0000] rev 1074
Set version to 0.9.6-dev
unc0rr [Fri, 11 Jul 2008 19:19:04 +0000] rev 1073
Update German translation
unc0rr [Tue, 08 Jul 2008 16:49:51 +0000] rev 1072
Show picked up ammo in demo playing mode
unc0rr [Tue, 08 Jul 2008 16:01:45 +0000] rev 1071
Update changelog in trunk also
unc0rr [Tue, 08 Jul 2008 12:53:07 +0000] rev 1070
Fix warning
unc0rr [Mon, 07 Jul 2008 17:20:35 +0000] rev 1069
Fix shortgun training
unc0rr [Mon, 07 Jul 2008 15:39:27 +0000] rev 1068
- Optimize PNG to reduce size
- Fix russian translation
unc0rr [Mon, 07 Jul 2008 13:12:18 +0000] rev 1067
Set svn:eol-style to native
unc0rr [Mon, 07 Jul 2008 13:06:25 +0000] rev 1066
Update copyright headers a bit
unc0rr [Mon, 07 Jul 2008 10:32:47 +0000] rev 1065
Update Italian translation
unc0rr [Sun, 06 Jul 2008 23:44:56 +0000] rev 1064
Fix another regression arising from splitting switchhedgehog
unc0rr [Sun, 06 Jul 2008 23:32:10 +0000] rev 1063
Add message for sudden death
unc0rr [Sun, 06 Jul 2008 23:11:02 +0000] rev 1062
Fix mushrooms map
unc0rr [Sun, 06 Jul 2008 23:04:35 +0000] rev 1061
Oops, proper fix now
unc0rr [Sun, 06 Jul 2008 22:55:24 +0000] rev 1060
Fix net game regression
unc0rr [Sun, 06 Jul 2008 22:46:44 +0000] rev 1059
Oops, forgot translation file
unc0rr [Sun, 06 Jul 2008 21:52:07 +0000] rev 1058
- Proper turns counting, split SwitchHedgehog into two functions
- Health decrease afte r15 turns of each team, water rise after 17 turns
unc0rr [Sun, 06 Jul 2008 20:03:09 +0000] rev 1057
Dec delay
unc0rr [Sun, 06 Jul 2008 20:02:42 +0000] rev 1056
Fix timings regression
unc0rr [Sun, 06 Jul 2008 19:31:12 +0000] rev 1055
Water rises after 25 mins of round, health is decreased after 20 mins
unc0rr [Sun, 06 Jul 2008 17:45:16 +0000] rev 1054
- Prepare for sudden death implementation
- Fix stats issues
unc0rr [Sun, 06 Jul 2008 14:09:41 +0000] rev 1053
New mushrooms map by Tiyuri
unc0rr [Sat, 05 Jul 2008 15:29:07 +0000] rev 1052
Mention french translator on About page
unc0rr [Sat, 05 Jul 2008 15:13:33 +0000] rev 1051
Enable fullscreen switching back, now it's bound on F12
unc0rr [Sat, 05 Jul 2008 14:27:55 +0000] rev 1050
Build system scripts for new map
unc0rr [Sat, 05 Jul 2008 14:13:13 +0000] rev 1049
Draw explosions for every kind of explosion
unc0rr [Sat, 05 Jul 2008 14:12:48 +0000] rev 1048
Add new map by Maciej Mrozinski
unc0rr [Fri, 04 Jul 2008 21:20:17 +0000] rev 1047
Update explosion graphics
unc0rr [Fri, 04 Jul 2008 19:25:00 +0000] rev 1046
Better ?? implementation of explosion
unc0rr [Fri, 04 Jul 2008 14:40:52 +0000] rev 1045
Testing explosion particles implementation
unc0rr [Tue, 01 Jul 2008 22:26:36 +0000] rev 1044
Install all dlls from bin folder
unc0rr [Tue, 01 Jul 2008 21:34:12 +0000] rev 1043
Qt 4.4 needs this in win32
unc0rr [Tue, 01 Jul 2008 15:52:10 +0000] rev 1042
Fix resource compilation
unc0rr [Mon, 30 Jun 2008 17:36:55 +0000] rev 1041
- Fix previous commit
- Start implementation of explosion particles
unc0rr [Mon, 30 Jun 2008 14:59:11 +0000] rev 1040
Update hedgewars icon for windows
unc0rr [Mon, 30 Jun 2008 14:49:25 +0000] rev 1039
Fix icon compilation in Windows
unc0rr [Fri, 27 Jun 2008 20:56:38 +0000] rev 1038
- Fix accidental network breakage
- Fix warning
unc0rr [Fri, 27 Jun 2008 20:11:20 +0000] rev 1037
Lemonade taunt
unc0rr [Fri, 27 Jun 2008 19:57:24 +0000] rev 1036
Wave and Hurrah taunts
unc0rr [Fri, 27 Jun 2008 17:45:35 +0000] rev 1035
Hopefully done taunts implementation
unc0rr [Fri, 27 Jun 2008 17:22:15 +0000] rev 1034
Further work on taunts
unc0rr [Thu, 26 Jun 2008 19:39:26 +0000] rev 1033
Start implementing waves
unc0rr [Wed, 25 Jun 2008 15:10:12 +0000] rev 1032
Set svn:eol-style to native
unc0rr [Wed, 25 Jun 2008 11:28:23 +0000] rev 1031
Set svn:eol-style to native
unc0rr [Wed, 25 Jun 2008 10:13:52 +0000] rev 1030
Mention translators on about page
unc0rr [Wed, 25 Jun 2008 10:08:31 +0000] rev 1029
Oops, forgot file
unc0rr [Wed, 25 Jun 2008 09:48:17 +0000] rev 1028
Add Bulgarian translation
unc0rr [Wed, 25 Jun 2008 09:40:23 +0000] rev 1027
Add Slovak translation
unc0rr [Wed, 25 Jun 2008 09:32:46 +0000] rev 1026
Add German translation
unc0rr [Wed, 25 Jun 2008 09:17:36 +0000] rev 1025
Update Italian translation
unc0rr [Mon, 23 Jun 2008 12:25:59 +0000] rev 1024
Make engine compilable without debugging on
unc0rr [Sun, 22 Jun 2008 20:40:39 +0000] rev 1023
Complete exit confirmation implementation
unc0rr [Sun, 22 Jun 2008 19:26:01 +0000] rev 1022
Start exit confirmation implementation
unc0rr [Thu, 19 Jun 2008 20:34:53 +0000] rev 1021
- Decrease default girders number
- Change version to 0.9.5-dev and proto to 13, as this commit breaks compatibility
unc0rr [Thu, 19 Jun 2008 19:53:03 +0000] rev 1020
Fix bad sprite when you jump and get hit
unc0rr [Thu, 19 Jun 2008 13:41:45 +0000] rev 1019
Hydrant map
unc0rr [Wed, 18 Jun 2008 22:12:58 +0000] rev 1018
Update changelog
unc0rr [Wed, 18 Jun 2008 22:11:10 +0000] rev 1017
Update russian translation
unc0rr [Wed, 18 Jun 2008 21:55:43 +0000] rev 1016
Set version to 0.9.4
unc0rr [Wed, 18 Jun 2008 21:53:54 +0000] rev 1015
Fix training
unc0rr [Wed, 18 Jun 2008 20:43:34 +0000] rev 1014
- Fix firepunch sprite direction when use in high jump
- Fix highjump double sprite issue introduced two revs ago
unc0rr [Wed, 18 Jun 2008 20:16:25 +0000] rev 1013
Damaged hedgehog rotates when its speed is far enough from zero
unc0rr [Wed, 18 Jun 2008 19:34:06 +0000] rev 1012
Damaged hedgehog animation
unc0rr [Wed, 18 Jun 2008 18:57:34 +0000] rev 1011
Winners clan hedgehogs smiling with big smile
unc0rr [Wed, 18 Jun 2008 18:46:11 +0000] rev 1010
Whip animation
unc0rr [Wed, 18 Jun 2008 18:25:31 +0000] rev 1009
Update first aid animation
unc0rr [Wed, 18 Jun 2008 18:12:45 +0000] rev 1008
Draw explosion on kamikaze
unc0rr [Wed, 18 Jun 2008 18:05:15 +0000] rev 1007
Hedgelove map
unc0rr [Tue, 17 Jun 2008 21:30:34 +0000] rev 1006
Some fixes
unc0rr [Tue, 17 Jun 2008 21:28:15 +0000] rev 1005
Update copyright information
unc0rr [Tue, 17 Jun 2008 21:25:21 +0000] rev 1004
Don't let updated hedgewars version to make errors due to old weapons.ini
unc0rr [Tue, 17 Jun 2008 20:36:37 +0000] rev 1003
Fix Island theme objects placing
unc0rr [Tue, 17 Jun 2008 20:00:01 +0000] rev 1002
Implement drowning hedgehog sprite
unc0rr [Tue, 17 Jun 2008 19:22:54 +0000] rev 1001
Fix warnings
unc0rr [Tue, 17 Jun 2008 18:45:21 +0000] rev 1000
Hedgehogs on the left side of the map look to the right and vice-versa
unc0rr [Tue, 17 Jun 2008 18:10:15 +0000] rev 999
In forts mode, hedgehogs on the left look at the right, and vice-versa
unc0rr [Tue, 17 Jun 2008 18:09:38 +0000] rev 998
Fix AI mortar bugs
unc0rr [Tue, 17 Jun 2008 16:29:56 +0000] rev 997
Small grenade physics change
unc0rr [Tue, 17 Jun 2008 15:02:12 +0000] rev 996
Update Polish translation
unc0rr [Tue, 17 Jun 2008 15:00:51 +0000] rev 995
- Update Italian translation
unc0rr [Mon, 16 Jun 2008 20:40:59 +0000] rev 994
- Bots can use mortar
- Show hp of current hedgehog when it's his turn
unc0rr [Thu, 12 Jun 2008 10:50:05 +0000] rev 993
- Fix chat state at start
- Team bind for history
unc0rr [Wed, 11 Jun 2008 22:19:14 +0000] rev 992
Use Kamikaze sound
unc0rr [Wed, 11 Jun 2008 21:41:44 +0000] rev 991
Enable history (bound on ` key)
unc0rr [Wed, 11 Jun 2008 21:00:58 +0000] rev 990
Implement history for chat (27 entries), no key binding yet
unc0rr [Wed, 11 Jun 2008 20:45:49 +0000] rev 989
Fix demo records of rounds restored after saving
unc0rr [Wed, 11 Jun 2008 20:27:09 +0000] rev 988
Get rid of old console
unc0rr [Wed, 11 Jun 2008 15:42:53 +0000] rev 987
Use kamiakze sprite
unc0rr [Tue, 10 Jun 2008 20:40:43 +0000] rev 986
Kamikaze icon in ammo menu
unc0rr [Tue, 10 Jun 2008 18:45:33 +0000] rev 985
Updated Polish translation
unc0rr [Mon, 09 Jun 2008 20:34:45 +0000] rev 984
Kamikaze weapon
unc0rr [Mon, 09 Jun 2008 15:26:52 +0000] rev 983
Prepare for new weapon 'Kamikaze'
unc0rr [Mon, 09 Jun 2008 15:09:37 +0000] rev 982
Ooops, actual fix
unc0rr [Mon, 09 Jun 2008 15:08:54 +0000] rev 981
Fix Baseball, whip, firepunch attacking on slope
unc0rr [Mon, 09 Jun 2008 15:02:49 +0000] rev 980
Don't push attacking hedgehog when using whip or baseball
unc0rr [Mon, 09 Jun 2008 14:57:54 +0000] rev 979
Fix firepunch direction when attacking from high jump
unc0rr [Mon, 09 Jun 2008 14:20:16 +0000] rev 978
Fix another issue with chat, when chat string come just after 'NextTurn' cmd, thus setting Lag flag to true
unc0rr [Sun, 08 Jun 2008 18:53:02 +0000] rev 977
Fix an oops with chat string appearing between two net commands (it's very rare and random condition, but I caught it while playing via net)
unc0rr [Fri, 06 Jun 2008 16:14:23 +0000] rev 976
Draw tags a bit higher due to hats introduction
unc0rr [Fri, 06 Jun 2008 15:14:15 +0000] rev 975
Make sprite look as it was intended to
unc0rr [Fri, 06 Jun 2008 14:40:29 +0000] rev 974
Prevent wrong aim direction when using rope after high jump
unc0rr [Tue, 03 Jun 2008 19:59:12 +0000] rev 973
Use new icon in team selecting widget
unc0rr [Mon, 02 Jun 2008 22:04:06 +0000] rev 972
Update polish translation
unc0rr [Mon, 02 Jun 2008 19:15:53 +0000] rev 971
Fix a bug with automatic weapon switching when attacking from rope
unc0rr [Sun, 01 Jun 2008 20:01:45 +0000] rev 970
- Quick hack for hats
- Fix fullscreen command
unc0rr [Sun, 01 Jun 2008 18:54:10 +0000] rev 969
- Add CMake script for Hats folder
- Disable fullscreen switching, as it causes troubles
unc0rr [Sun, 01 Jun 2008 18:37:30 +0000] rev 968
Add hats folder
unc0rr [Sun, 01 Jun 2008 12:16:24 +0000] rev 967
Don't let jumping hedgehog to move others
unc0rr [Fri, 30 May 2008 21:27:03 +0000] rev 966
Fix hedgehog jump animation after turn end
unc0rr [Fri, 30 May 2008 21:08:41 +0000] rev 965
Ammo count == 9 is infinite
unc0rr [Thu, 29 May 2008 20:57:24 +0000] rev 964
Update Italian translation
unc0rr [Thu, 29 May 2008 18:27:20 +0000] rev 963
Fix mortar clusters spread direction
unc0rr [Wed, 28 May 2008 20:34:23 +0000] rev 962
Fix idle animation
unc0rr [Wed, 28 May 2008 19:18:02 +0000] rev 961
Use turnsleft sprites to indicate turns left to activate ammo
unc0rr [Wed, 28 May 2008 18:58:37 +0000] rev 960
Update ammo menu icons
unc0rr [Wed, 28 May 2008 18:54:45 +0000] rev 959
Mortar sprite
unc0rr [Wed, 28 May 2008 18:40:42 +0000] rev 958
Aim at high speed when performing rope swinging
unc0rr [Wed, 28 May 2008 17:58:41 +0000] rev 957
- Show crosshair while rope swinging
- Increase idle hedgehog animation speed
unc0rr [Tue, 27 May 2008 14:32:55 +0000] rev 956
Get rid of unused Surface parameter
unc0rr [Tue, 27 May 2008 14:30:48 +0000] rev 955
Fix forts mode to take in account clans, not teams
unc0rr [Mon, 26 May 2008 22:47:48 +0000] rev 954
Idle hedgehog animation
unc0rr [Mon, 26 May 2008 20:41:12 +0000] rev 953
Fix bug in hwSqrt when calculating square root of number >= 65536
unc0rr [Mon, 26 May 2008 18:10:51 +0000] rev 952
Allow aiming while moving
unc0rr [Sun, 25 May 2008 20:33:31 +0000] rev 951
Minimum number of hedgehogs in team is 1 now
unc0rr [Sun, 25 May 2008 18:09:21 +0000] rev 950
Add nickname to message in more appropriate place
unc0rr [Sun, 25 May 2008 14:09:44 +0000] rev 949
Use nick from frontend to prepend chat messages
unc0rr [Sat, 24 May 2008 22:28:40 +0000] rev 948
Fix chat behavior
unc0rr [Sat, 24 May 2008 21:10:49 +0000] rev 947
- 't' key for entering chat message
- gsChat state for entering message
- Simplify logic in ProcessKbd
unc0rr [Sat, 24 May 2008 18:37:04 +0000] rev 946
Preparing to have gsChat gamestate
unc0rr [Sat, 24 May 2008 17:34:06 +0000] rev 945
- Start chat implementation: chat strings are on the screen
- Fix teleportation on water regression
unc0rr [Thu, 22 May 2008 17:25:12 +0000] rev 944
Fix bug with holding switch tool
unc0rr [Wed, 21 May 2008 20:22:51 +0000] rev 943
Use firepunch sprite
unc0rr [Mon, 19 May 2008 18:07:05 +0000] rev 942
Stub for chat implementation
unc0rr [Sun, 18 May 2008 10:54:43 +0000] rev 941
- Fix bug with picking up ammos from cases, when total ammo count may become more than AMMO_INFINITE
- Initial implementation of weapon activation only after some turns
unc0rr [Sat, 17 May 2008 22:21:45 +0000] rev 940
Better rope
unc0rr [Sat, 17 May 2008 17:32:56 +0000] rev 939
Update City theme
unc0rr [Sat, 17 May 2008 16:59:32 +0000] rev 938
Add City theme by Tiyuri
unc0rr [Sat, 17 May 2008 13:24:17 +0000] rev 937
Add theme and map Plane by Tiyuri
unc0rr [Sat, 17 May 2008 11:36:24 +0000] rev 936
Fix 'AI may break demos playing' message while loading saves
unc0rr [Fri, 16 May 2008 13:21:18 +0000] rev 935
Add Island theme by Tiyuri
unc0rr [Fri, 16 May 2008 12:53:55 +0000] rev 934
Add map 'Hedgewars' by Tiyuri
unc0rr [Wed, 14 May 2008 19:02:53 +0000] rev 933
Mention Luca Bonora on About page
unc0rr [Wed, 14 May 2008 17:09:33 +0000] rev 932
Add italian translation by daimadoshi85
unc0rr [Wed, 14 May 2008 14:13:18 +0000] rev 931
Fix some bugs with dropping from parachute
unc0rr [Tue, 13 May 2008 20:00:48 +0000] rev 930
Initial support for attacking from rope
unc0rr [Mon, 12 May 2008 19:49:36 +0000] rev 929
- Continue preparation for implementing attack from rope and parachute
- Parachute turns off when space button is pressed
unc0rr [Mon, 12 May 2008 15:00:20 +0000] rev 928
Some preparation work for attacking from rope, parachute and etc.
unc0rr [Sun, 11 May 2008 19:30:40 +0000] rev 927
Remove AltSlot and AltAmmo fields of Hedgehog record, as they are not actually needed
unc0rr [Sun, 11 May 2008 19:21:58 +0000] rev 926
Timer as hedgehog message (avoid possible desync in very rare cases)
unc0rr [Sat, 10 May 2008 16:26:53 +0000] rev 925
Implement whip weapon
unc0rr [Sat, 10 May 2008 14:46:02 +0000] rev 924
Initial implementation of mortar
unc0rr [Sat, 10 May 2008 13:44:30 +0000] rev 923
Use default ammostore string size for weapons number instead of predefined const
unc0rr [Fri, 09 May 2008 20:03:53 +0000] rev 922
Remove temporary debug messages
unc0rr [Fri, 09 May 2008 12:58:10 +0000] rev 921
If there's more hedgehogs in AI's team than in others, then it will be less afraid to give damage to friend hedgehog
unc0rr [Thu, 08 May 2008 22:44:05 +0000] rev 920
Remove recently added debug, as cluster bomb issue is fixed
unc0rr [Thu, 08 May 2008 21:27:59 +0000] rev 919
It looks like fix for cluster bomb issue...
unc0rr [Thu, 08 May 2008 20:54:04 +0000] rev 918
- Small optimization to hwFloat
- More informative debug in rndSign
unc0rr [Thu, 08 May 2008 20:30:34 +0000] rev 917
Fix handling '/skip' command during net game
unc0rr [Thu, 08 May 2008 18:38:52 +0000] rev 916
- Small optimization in hwFloat
- Debug message in rndSign to help discover cluster bomb issue
unc0rr [Thu, 08 May 2008 18:02:52 +0000] rev 915
- Some changes in clusters initialization
- Dump random numbers buffer on exit
unc0rr [Thu, 08 May 2008 14:54:48 +0000] rev 914
Now really fix issue with mines on top of cases
unc0rr [Thu, 08 May 2008 14:22:19 +0000] rev 913
Fix mines on top of the case issue also
unc0rr [Thu, 08 May 2008 14:06:44 +0000] rev 912
Fix collecting cases after teleportation
unc0rr [Thu, 08 May 2008 13:55:14 +0000] rev 911
Fix issue with hedgehog on top of the hedgehog with pickhammer
unc0rr [Thu, 08 May 2008 12:04:13 +0000] rev 910
Set radius for clusters of clusterbomb
unc0rr [Wed, 07 May 2008 14:59:59 +0000] rev 909
Fix bug with demos and saves after restoring round from save
unc0rr [Wed, 07 May 2008 14:41:34 +0000] rev 908
Fix potential queue error in rare cases
unc0rr [Tue, 06 May 2008 15:13:02 +0000] rev 907
Use constant generated by cmake for version string
unc0rr [Tue, 06 May 2008 15:00:03 +0000] rev 906
Double increase collision array size
unc0rr [Tue, 06 May 2008 14:47:45 +0000] rev 905
More verbose video parameters setting
unc0rr [Sun, 04 May 2008 19:47:47 +0000] rev 904
- Better error handling when creating the window
- Increase protocol number due to physics changes in previous revision
unc0rr [Sun, 04 May 2008 14:21:47 +0000] rev 903
Implement LIST command
unc0rr [Sun, 04 May 2008 14:07:26 +0000] rev 902
Finish conversion
unc0rr [Sun, 04 May 2008 13:49:55 +0000] rev 901
Modify protocol implementation functions interface (convertation not yet finished)
unc0rr [Fri, 02 May 2008 09:23:51 +0000] rev 900
Fix attack direction when perform somersault
unc0rr [Thu, 01 May 2008 16:00:23 +0000] rev 899
- Add comment
- Modify JOIN reply
unc0rr [Thu, 01 May 2008 15:55:03 +0000] rev 898
Handle QUIT of the master: disconnect all roommates
unc0rr [Thu, 01 May 2008 15:26:09 +0000] rev 897
'In room' state stub
unc0rr [Thu, 01 May 2008 15:24:13 +0000] rev 896
Handle password parameter on JOIN
unc0rr [Thu, 01 May 2008 15:14:32 +0000] rev 895
- Remove old hwserv code
- Introduce rooms (CREATE and JOIN commands handling)
unc0rr [Thu, 01 May 2008 14:30:12 +0000] rev 894
- Fixed some bugs
- Introduce client protocol number field
- Handle PROTO command
unc0rr [Wed, 30 Apr 2008 20:48:12 +0000] rev 893
- Some improvements in core
- Handle 'NICK' command
unc0rr [Wed, 30 Apr 2008 20:18:30 +0000] rev 892
Better QUIT handling imlementation - reduces function return values count
unc0rr [Wed, 30 Apr 2008 20:14:09 +0000] rev 891
Properly handle QUIT command. Now, we can concentrate on protocol implementation
unc0rr [Wed, 30 Apr 2008 19:44:54 +0000] rev 890
- Improve server core
- Protocol in separate module
unc0rr [Wed, 30 Apr 2008 16:50:28 +0000] rev 889
Some work on newhwserv
unc0rr [Sun, 27 Apr 2008 16:51:28 +0000] rev 888
Fix version number on about page
unc0rr [Sun, 27 Apr 2008 16:13:40 +0000] rev 887
Temporarily disable screenshots as they cause segfault
unc0rr [Sun, 27 Apr 2008 16:12:20 +0000] rev 886
Repair cheese and volcano maps
unc0rr [Sun, 27 Apr 2008 16:05:11 +0000] rev 885
Fix training
unc0rr [Sun, 27 Apr 2008 13:09:11 +0000] rev 884
- Some debug info
- Fix copyright info
unc0rr [Sun, 27 Apr 2008 11:40:22 +0000] rev 883
Update copyright info in source files headers
unc0rr [Sun, 27 Apr 2008 11:23:28 +0000] rev 882
Update version and protocol number
unc0rr [Sun, 27 Apr 2008 11:21:54 +0000] rev 881
Update README and ChangeLog
unc0rr [Sun, 27 Apr 2008 11:01:03 +0000] rev 880
Add win32 resource compilation under mingw (used sim-im srcs as example)
unc0rr [Sun, 27 Apr 2008 10:36:41 +0000] rev 879
Fix Snow theme
unc0rr [Sun, 27 Apr 2008 10:14:00 +0000] rev 878
- Fix baseball bat
- Small formatting changes in newhwserv
unc0rr [Sat, 26 Apr 2008 18:21:03 +0000] rev 877
Try new approach for netserver
unc0rr [Sat, 26 Apr 2008 14:35:01 +0000] rev 876
Desert Eagle and Shotgun shot animations
unc0rr [Fri, 25 Apr 2008 22:03:18 +0000] rev 875
Fix jumping hedgehog sprite
unc0rr [Fri, 25 Apr 2008 21:44:58 +0000] rev 874
- Fix warning
- Small optimization in DrawHH function
- Fix high jump hedgehog animation not to turn hedgehog view
unc0rr [Fri, 25 Apr 2008 20:41:23 +0000] rev 873
One more sound
unc0rr [Fri, 25 Apr 2008 16:09:20 +0000] rev 872
Mention Tyuri in copyrights and on About page
unc0rr [Fri, 25 Apr 2008 13:51:01 +0000] rev 871
- Fix sounds when the turn is skipped
- Fix max step kills stats
unc0rr [Fri, 25 Apr 2008 13:12:52 +0000] rev 870
Use more sounds