Документ взят из кэша поисковой машины. Адрес оригинального документа :
http://kodomo.cmm.msu.su/trac/tanchiki/changeset/8
Дата изменения: Unknown
Дата индексирования: Sun Apr 10 01:55:06 2016
Кодировка: IBM-866
Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Context Navigation
←
Previous Changeset
Next Changeset
→
Changeset 8:4f578d001608
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
12/18/10 16:09:05 (
5 years
ago)
Author:
Daniil Alexeyevsky <me.dendik@тАж>
Branch:
default
Message:
Game.collides and Game.handle_collision are now methods of game, not hidden functions
File:
1 edited
game.py
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
game.py
r3
r8
€а
26
26
pass
€а
27
27
€а
28
€а
def collides(
body1,body2):
€а
29
€а
pass
€а
€а
28
def collides(self,
body1,body2):
€а
€а
29
pass
€а
30
30
€а
31
€а
def handle_collision(
body1,body2):
€а
32
€а
pass
€а
€а
31
def handle_collision(self,
body1,body2):
€а
€а
32
pass
€а
33
33
€а
34
34
def check_walls(game):
€а
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive