Develop and Download Open Source Software
Login
Create Account
Help
MY OSDN
Find Software
Magazine
Develop
Pastebin
Software
People
PersonalForge
Magazine
Wiki
OSDN
>
Find Software
>
reversi-of-d
reversi-of-d
Summary
Project Summary
Developer Dashboard
Project Reviews
Web Page
Developers
List of RSS Feeds
Statistics
History
Image Gallery
Search Keywords
News
Listed News
Help
Downloads
List of Releases
Help
Source Code
Guide
Browse SVN
Browse Git: reversi
Help
Wiki
FrontPage
Title index
Recent changes
Wiki Search
Help
Forums
List of Forums
Open Discussion (1)
Help (1)
Developers (2)
Help
Mailing Lists
list of ML
Help
Ticket
Ticket List
Milestone List
Type List
Component List
List of frequently used tickets/RSS
Submit New Ticket
Help
Browse Subversion Repository
/
[reversi-of-d]
/
Unit1.pas
Diff of /Unit1.pas
Parent Directory
|
Revision Log
|
Patch
revision
10
by
yamat0jp
, Mon Jul 13 10:29:57 2015 UTC
revision
11
by
yamat0jp
, Mon Jul 13 11:09:42 2015 UTC
#
Line 500
end;
Line 500
end;
500
501
procedure TForm1.PaintBox1Tap(Sender: TObject; const Point: TPointF);
procedure TForm1.PaintBox1Tap(Sender: TObject; const Point: TPointF);
502
begin
begin
503
if (Player1.Auto = false)or(Player2.Auto = false) then
if Index.Auto = false then
MenuItem10Click(Sender);
if (StoneGrid.Active = true) and (Index.Auto = false) then
504
begin
begin
505
MenuItem10Click(Sender);
506
if StoneGrid.CanSetStone(Index.Stone, Floor(Point.X / Size),
if StoneGrid.CanSetStone(Index.Stone, Floor(Point.X / Size),
507
Floor(Point.Y / Size), true, true) = true then
Floor(Point.Y / Size), true, true) = true then
508
begin
begin
Colored Diff
Long Colored Diff
Full Colored Diff
Unidiff
Context Diff
Side by Side
Legend:
Removed from v.10
changed lines
Added in v.11
Back to OSDN
">
Back to OSDN
ViewVC Help
Powered by
ViewVC 1.1.26