Skip to content

Commit

Permalink
Merged lp:pingus
Browse files Browse the repository at this point in the history
  • Loading branch information
Grumbel committed Aug 30, 2011
1 parent 872e079 commit a737666
Show file tree
Hide file tree
Showing 137 changed files with 54,874 additions and 22,882 deletions.
11 changes: 11 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
2011-02-06 22:49 gabriel

* data/*:
- add levelset from 0.7.3.3
- rename for disable pacman e xmas not ready levelset
* src/pingus/pingus_main.cpp,
src/util/system.cpp:
- forcing read LANG for start with correct locale
* src/pingus/screens/pingus_menu.cpp:
- add music in main menu

2007-10-31 05:39 grumbel

* data/levels/halloween/halloween2-grumbel.pingus,
Expand Down
7 changes: 7 additions & 0 deletions INSTALL.unix
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,12 @@ Compilation:
------------
Once all libraries are in place, you can compile Pingus with just:

% make

or

% mkdir -p build
% scons src
% scons

If you need to change the compiler or other build variables you can do
Expand All @@ -66,6 +72,7 @@ Running:
Once the compilation is successful you can run Pingus directly from
the top level directory of the source tree via:

% cd build
% ./pingus

There is no need to install Pingus.
Expand Down
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ DATADIR = $(PREFIX)/share/pingus
BINDIR = $(PREFIX)/bin

build/pingus:
mkdir -p build
scons src
scons

clean:
Expand Down
9 changes: 9 additions & 0 deletions data/data/core.res
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,15 @@
(sprite
(name "desert")
(image-file "../images/levelsets/desert.png"))
(sprite
(name "mysteryIsland")
(image-file "../images/levelsets/mysteryIsland.png"))
(sprite
(name "alien")
(image-file "../images/levelsets/alien.png"))
(sprite
(name "factory")
(image-file "../images/levelsets/factory.png"))
)

(section (name "core")
Expand Down
6 changes: 5 additions & 1 deletion data/data/hotspots.res
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,11 @@
(section (name "space")
(sprite
(name "engine")
(image-file "../images/hotspots/space/engine.png"))
(image-file "../images/hotspots/space/engine.png")
(image-array 4 1)
(image-size 108 166)
(image-pos 0 0))

)
)
)
Expand Down
Binary file added data/images/levelsets/alien.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/images/levelsets/factory.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/images/levelsets/mysteryIsland.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -1,51 +1,53 @@
;; generated by xml2sexpr.rb from file 'branches/pingus_0_6/data/levels/playable/aliens1-phil.pingus'
;; -*- scheme -*-
;; Generated by Pingus Editor 0.7.3.5
;; License: GPLv3 or later
(pingus-level
(version 2)
(head
(levelname "Escape from Aliens")
(description "Aliens invade our starship blocking intrance to the teleporter. Your crew "
"is well trained, like you they don't panic.")
(description "Aliens invade our starship blocking intrance to the teleporter. Your crew is well trained, like you they don't panic.")
(author "Philippe Descamps <[email protected]>")
(number-of-pingus 100)
(number-to-save 50)
(time 9000)
(difficulty 5)
(playable 0)
(comment )
(playable 1)
(comment "none")
(music "03-Haunted.ogg")
(actions
(basher 10)
(bridger 10)
(climber 1)
(floater 1))
(music "none")
(levelsize 800 600))
(objects
(surface-background
(surface
(image "textures/stars")
(modifier "ROT0"))
(position 0 0 -150)
(color 0 0 0 0.2)
(scroll-x 0.0)
(scroll-y 5.0)
(para-x 0.5)
(para-y 0.5)
(stretch-x #f)
(stretch-y #f)
(position 0 0 -150))
(keep-aspect #f)
(scroll-x 0)
(scroll-y 1)
(para-x 0.5)
(para-y 0.5))
(liquid
(surface
(image "liquids/water3")
(image "liquids/water4")
(modifier "ROT0"))
(position -1 546 -100)
(repeat 13)
(speed 50))
(speed 50)
(repeat 13))
(liquid
(surface
(image "liquids/water3")
(image "liquids/water4")
(modifier "ROT0"))
(position 383 343 -100)
(repeat 3)
(speed 50))
(position 363 343 -100)
(speed 50)
(repeat 3))
(groundpiece
(type "ground")
(surface
Expand Down Expand Up @@ -869,17 +871,16 @@
(modifier "ROT0"))
(position 1 212 0))
(entrance
(position 694 144 0)
(type "generic")
(position 694 144 0)
(owner-id 0)
(direction "right")
(release-rate 40)
(owner-id 0))
(release-rate 40))
(exit
(owner-id 0)
(position 79 213 0)
(surface
(image "exits/space")
(modifier "ROT0"))
(position 79 213 0)
(owner-id 0))
(hotspot
(surface
Expand All @@ -901,5 +902,20 @@
(modifier "ROT0"))
(position 38 269 0)
(speed 1)
(parallax 1))
(hotspot
(surface
(image "hotspots/space/engine")
(modifier "ROT0"))
(position 220 268 0)
(speed 1)
(parallax 1))
(hotspot
(surface
(image "hotspots/space/engine")
(modifier "ROT0"))
(position 320 266 0)
(speed 1)
(parallax 1))))

;; EOF ;;
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
;; generated by xml2sexpr.rb from file 'branches/pingus_0_6/data/levels/playable/aliens2-phil.pingus'
;; -*- scheme -*-
;; Generated by Pingus Editor 0.7.3.5
;; License: GPLv3 or later
(pingus-level
(version 2)
(head
Expand All @@ -9,42 +11,43 @@
(number-to-save 50)
(time 9000)
(difficulty 5)
(playable 0)
(comment )
(playable 1)
(comment "none")
(music "06-Ozric Echo.ogg")
(actions
(basher 10)
(bridger 10)
(climber 1)
(floater 1))
(music "none")
(levelsize 800 600))
(objects
(surface-background
(surface
(image "textures/stars")
(modifier "ROT0"))
(position 0 0 -150)
(color 0 0 0 0.2)
(scroll-x 0.0)
(scroll-y 5.0)
(para-x 0.5)
(para-y 0.5)
(stretch-x #f)
(stretch-y #f)
(position 0 0 -150))
(keep-aspect #f)
(scroll-x 0)
(scroll-y 2)
(para-x 0.5)
(para-y 0.5))
(liquid
(surface
(image "liquids/water3")
(image "liquids/water4")
(modifier "ROT0"))
(position -1 546 -100)
(repeat 13)
(speed 50))
(speed 50)
(repeat 13))
(liquid
(surface
(image "liquids/water3")
(image "liquids/water4")
(modifier "ROT0"))
(position 383 343 -100)
(repeat 3)
(speed 50))
(position 363 343 -100)
(speed 50)
(repeat 3))
(groundpiece
(type "ground")
(surface
Expand Down Expand Up @@ -874,17 +877,16 @@
(modifier "ROT0"))
(position 1 212 0))
(entrance
(position 694 144 0)
(type "generic")
(position 694 144 0)
(owner-id 0)
(direction "right")
(release-rate 28)
(owner-id 0))
(release-rate 28))
(exit
(owner-id 0)
(position 79 213 0)
(surface
(image "exits/space")
(modifier "ROT0"))
(position 79 213 0)
(owner-id 0))
(hotspot
(surface
Expand All @@ -906,5 +908,20 @@
(modifier "ROT0"))
(position 38 269 0)
(speed 1)
(parallax 1))
(hotspot
(surface
(image "hotspots/space/engine")
(modifier "ROT0"))
(position 222 266 0)
(speed 1)
(parallax 1))
(hotspot
(surface
(image "hotspots/space/engine")
(modifier "ROT0"))
(position 314 262 0)
(speed 1)
(parallax 1))))

;; EOF ;;
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
(pingus-level
(version 2)
(head
(levelname "Aliens4")
(levelname "Alien's nest")
(description "Pingus invade the nest. Take care of jaws What's the matrix above ?")
(author "Philippe Descamps <[email protected]>")
(number-of-pingus 50)
Expand All @@ -19,7 +19,7 @@
(digger 20)
(floater 20)
(jumper 20))
(music "none")
(music "01-42nd Street Slide.ogg")
(levelsize 832 608))
(objects
(surface-background
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
(pingus-level
(version 2)
(head
(levelname "Aliens5")
(levelname "Matrix of the death")
(description "Take a piece of paper. Now pingus have to enter the matrix of the death. "
"This is a maze, bad ways are protect by jaws.")
(author )
Expand All @@ -20,7 +20,7 @@
(digger 20)
(floater 20)
(jumper 20))
(music "none")
(music "02-Smoke and Mirrors.ogg")
(levelsize 832 608))
(objects
(surface-background
Expand Down
Loading

0 comments on commit a737666

Please sign in to comment.