My Recent Pastes (106 and counting)

Pastes by kiba (106 and counting)

Pages:

Below are the 15 most recent pasties by kiba.

October 27, 2006
4:12PM EDT
by Kiba

class TextRender
        #Set up the class by using the Main class
        attr_accessor :main , :bgcolor , :fgcolor , :omit
        def initialize main
                @main = main

October 24, 2006
7:11PM EDT
by Kiba

class Game_Option
#Contain configuration data
        def initialize main
                @file = File.new
                @filename = "data/configuration/preferences.conf"

October 24, 2006
7:11PM EDT
by Kiba

class File
        def initialize
        end
        def yaml_read filename
                #read the file

October 23, 2006
8:37PM EDT
by Kiba

class Game_Option
#Contain configuration data
        def initialize main
                @file = File.new
                @filename = "data/configuration/preferences.conf"

October 23, 2006
8:36PM EDT
by Kiba

class File
        def initialize
        end
        def yaml_read filename
                #read the file

October 23, 2006
6:08PM EDT
by Kiba

class Edit
        def initialize map
                @screen = Map_screen.new
                @map = Map_render.new(map,@screen)
                @file = File.new

October 21, 2006
8:27PM EDT
by Kiba

##Copyright (C) 2006 by Han Dao

# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or

October 21, 2006
8:25PM EDT
by Kiba

##Copyright (C) 2006 by Han Dao

# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or

October 21, 2006
4:04PM EDT
by Kiba

##Copyright (C) 2006 by Han Dao

# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or

October 21, 2006
3:56PM EDT
by Kiba

# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.

# This program is distributed in the hope that it will be useful,

October 21, 2006
3:49PM EDT
by Kiba

##Copyright (C) 2006 by Han Dao

# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or

October 21, 2006
1:17PM EDT
by Kiba

##Copyright (C) 2006 by Han Dao

# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or

October 21, 2006
12:16PM EDT
by Kiba

require 'test/unit'
require '../mapeditor.rb'
class Edit_test < Test::Unit::TestCase
        def start
                Edit.new("test.d_map")

October 19, 2006
9:09PM EDT
by Kiba

##Copyright (C) 2006 by Han Dao

# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or

October 14, 2006
7:52PM EDT
by Kiba

C:\Documents and Settings\Owner\Desktop\Dynpet SVN\Trunk>dynpet.rb
./Src/Pet.rb:56:in `animate': undefined method `[]' for nil:NilClass (NoMethodEr
ror)
        from ./Src/game.rb:67:in `game_mode'

Next page

Previous page